On Thu, 2 Jun 2005, Joseph Silverman wrote:

Mlocal, P=/home/laszlo/bin/tmail, F=lsDFMAw5:/|@qPrn+,
        S=10/30, R=20/40, E=\r\n, T=DNS/RFC822/X-Unix,
        A=tmail $u

appear in sendmail.cf?

THANKS - Yossie

I don't know how to change the S and R rulesets without doing something more direct. You might get close to what you want with

define(`LOCAL_MAILER_PATH', `/home/laszlo/bin/tmail')
MODIFY_MAILER_FLAGS(`LOCAL', `-9m')
MODIFY_MAILER_FLAGS(`LOCAL', `++')
define(`LOCAL_MAILER_EOL', `\r\n')
define(`LOCAL_MAILER_ARGS', `tmail $u')

or

define(`LOCAL_MAILER_PATH', `/home/laszlo/bin/tmail')
define(`LOCAL_MAILER_FLAGS', `Prn+')
define(`LOCAL_MAILER_EOL', `\r\n')
define(`LOCAL_MAILER_ARGS', `tmail $u')


Or you could add your own mailer by copying one of the simpler mailers like fax.m4.

Steve
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to