Previously posted on Imail site:
> When does declude junkmail add it's xheaders? Do it add as it conducts it's test(s)? can I conduct a test (if exists) on a previously added header?
 
Maybe I should explain it better
I wrote an external phrase test program. I'm trying to come up with a way of bypassing the test/program if the email is orginating from with the local domain.
 
I've read the manual and I can pass variables to the external file per the paragraph :

For more flexibility, you can have Declude JunkMail pass parameters to your program, using variables. For example, you can set up the test as 'TESTNAME external returnvalue "filename %INOROUT%"', which would send the %INOROUT% variable as a parameter to your program (which would be "incoming" for an incoming E-mail, or "outgoing" for an outgoing E-mail).

if I'm passing a variable as a parameter would it be equal to program-name %variable% c:\IMail\spool\D1234567.SMD or program-name c:\IMail\spool\D1234567.SMD %variable%

I need the recieving order of the "parameter list"

 

Reply via email to