"sean" <[EMAIL PROTECTED]> writes:

> I did some further searching and found what may be my answer.  In
> lieu of using the .forward file to activate the vacation program,
> should I use
>
> deliver = |/usr/bin/vacation userid
> ???

I'm assuming you mean set DELIVERY in your config file to run vacation:

DELIVERY = "|/usr/bin/vacation userid"

This means that no messages will be delivered to your mailbox and only
whitelisted and successfully confirmed messages will be passed to
vacation.  That's probably not what you want.

> If I do this, how do I pass it along to both the vacation program
> and the users mailbox?

TMDA only does one delivery (one matching rule, actually, regardless
of whether the rule is 'deliver' or 'drop', 'hold', 'confirm', etc.)
per message.  If you want to deliver messages to multiple
destinations, either from the DELIVERY config variable or from a
'deliver' action in the filter file, put both delivery commands into a
shell script and set the variable DELIVERY (or use a 'deliver' action)
to run the shell script.


Tim

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to