On Wed, 1 May 2002, Don Drake wrote:
> > OK, I wrote a filter last night and it worked only for inbound messages, not > for > any outbound. I tried both "user processing" and "domain processing" as > described > in section 13 of the doc. > > I had a file called drakeconsult.com.tab in /var/MailRoot/filters that > contained the > following: > "/var/MailRoot/bin/f.pl" "-f" "@@FROM" "-r" "@@RCPT" > "-t" "@@FILE" > > The perl script simply wrote the parameters passed to it to a file and > returned a status 0. > I only got parameters for the inbound messages. Filtering is based on the target domain, that in case of outbound messages will probably be a remote domain. You should use a .tab file and handle all your stuff over there. - 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]
