procmail
[Top] [All Lists]

rules working -- mail looping

2000-05-12 21:06:44
is this mailing list working...?

help...This is the contents of my /etc/procmailrs/domain file
and it works ... kinda... only problem is that it creates mail loops and
finally bounces to the sender...
any suggestions where i might have strayed?  TIA


LOGFILE=/var/log/procmail.log
VERBOSE=yes
SENDMAIL=/usr/sbin/sendmail
FORMAIL=/usr/bin/formail
ETC=/usr/local/etc


:0 fhw
* !^X-Loop: me(_at_)here
* !^FROM_DAEMON
* ^Subject:.*KENT
| ($FORMAIL -rtk -I"From: me(_at_)here" -A"X-Loop: me(_at_)here"; ca
t $ETC/loveletter.proc) | $SENDMAIL -oi -t

:0 HB
* !^X-Loop: me(_at_)here
* !^FROM_DAEMON
* ^Content.*\.vbs
| ($FORMAIL -rtk -I"From: me(_at_)here" -A"X-Loop: me(_at_)here"; ca
t $ETC/proc.vbs) | $SENDMAIL -oi -t

:0
| $SENDMAIL -f "$@"




======================
Kent R. Arnott
Operating Systems Group


<Prev in Thread] Current Thread [Next in Thread>
  • rules working -- mail looping, arnottk <=