On Sun, 23 Jan 2005 [EMAIL PROTECTED] wrote: > Hi, > > I have testing SMTP Filters (clients sending messages from my smtp server). > > I have inserted the line script at FILTERS.PRE-DATA.TAB only, but my script > is executing at all inbound messages (as if i had inserted in > filters.in.tab), when the message is inbound and not is a smtp session, the > @@USERAUTH is returning "-" > > I think FILTERS.PRE-DATA.TAB is only to filter delivery messages from my > server or i am wrong?
I'm afraid you are. SMTP filters act on *every* SMTP connection, no matter what the destination or origin is. - Davide - 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]
