> Second, set DELIVERY in your TMDA config file to this (adjust path to
> taste):

> DELIVERY = "/usr/local/bin/procmail -p ~/.post-tmda-rc"

Did you intend that to have a pipe symbol?
        DELIVERY = "| /usr/local/bin/procmail -p ~/.post-tmda-rc"

When delivering via a pipe, I find that the leading
        From sender@somewhere
line is not passed by tmda-filter.  This envelope data
does not appear to be in the pipe's environment either.

I'm trying to send a notification to my phone when I get
a non-spam message, but kludges like this 
        DELIVERY = "| tee -a /var/mail/kyler | /home/kyler/bin/mail_notify"
fail because of the missing line.

Is there a way to turn it on?  Or...is there a way to
set tmda-filter's exit value?  If so, I could use it to
consume all spam and pass everything else to another
mail filter.

Thank you.

--kyler

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

Reply via email to