Davide, let me first quote your documentation:
<quote>
"!flags"[TAB]"command"[TAB]"arg-or-macro"[TAB]...[NEWLINE]
Each file may contain multiple commands, that will be executed in strictly
sequential order. The first command that will trigger a rejection code will
make the filtering process to end. The 'flags' parameter is a
comma-separated list of flags that drives the filter execution. The syntax
of each flag is either FLAG or FLAG=VAL. Currently supported flags are:
aex
exclude filter execution in case of authenticated sender
wlex
exclude filter execution in case the client IP is white-listed
inside the SMTP.IPPROP.TAB file.
</quote>
I have recently attempted to use a post-data filter.
I have need to execute one program if the user *was* authenticated, and
another when the user was *not*.
I tried this in "filters.post-data.tab", based on the FLAG=VAL detailed
above.
"!aex=1"[tab]"program1.exe"
"!aex=0"[tab]"program2.exe"
Hoping to achieve my goal, but I get both excluded.
Is my logic in coding the filters.post-data.tab correct? If not can you
enlighten me.
( I know you can use it in the form "!aex"[tab]"program1.exe", but that is
not quite what I wanted to do.)
Thanks,
Rob :-)
_________________________________________________
Note To Self: Remember to put something witty here later...
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]