I'm testing procmail to filter-out messages so ticket will not be created on
our RT ticketing.
I have this set-up.
in /etc/aliases
it: "|/usr/bin/procmail -m /etc/procmailrcs/it"
it-comment: "|/usr/bin/procmail -m /etc/procmailrcs/it-comment"
in /etc/procmailrcs/it
PATH=/usr/local/bin:/bin:/usr/bin
LOGFILE=/var/log/procmail.log
VERBOSE=YES
LOGABSTRACT=YES
:0
* ^subject:.*failure notice
/dev/null
:0
|/opt/rt3/bin/rt-mailgate --queue it --action correspond --url
http://data1.domain.net/rt/"
when I send message to it(_at_)data1(_dot_)domain(_dot_)net, I got
undeliverable message
The following recipient(s) could not be reached:
it(_at_)data1(_dot_)domain(_dot_)net on 2009-07-02 09:52 AM
There was a SMTP communication problem with the recipient's
email server. Please contact your system administrator.
< data1.domain.net #5.5.0 X-Unix; 69>
1. What could be the cause of this? Procmail version is v3.22
2.There's no logging on /var/log/procmail.log also. It has 666 file
permission.
Thanks!
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail