Re: bouncing mail with procmail

1998-05-01 Thread Rev. Joseph Carter
On Thu, Apr 30, 1998 at 07:01:44AM -0400, Paul Miller wrote: > > How can I bounce mail with procmail? I've tried using |exit 111, but it > complains about not being able to open the exit mail file... Here is my > current .procmailrc: > > LOGFILE=$HOME/mail.log > :0 > * ! ^(FROM|TO).*tcimet.net

Re: bouncing mail with procmail

1998-04-30 Thread Lorens Kockum
In debian-user you wrote: > >How can I bounce mail with procmail? I've tried using |exit 111, but it >complains about not being able to open the exit mail file... You need to put 'EXITCODE=xxx' instead. >Here is my current .procmailrc: Here is mine :-) I use qmail, so YMMV. reject-spam prints a

bouncing mail with procmail

1998-04-30 Thread Paul Miller
How can I bounce mail with procmail? I've tried using |exit 111, but it complains about not being able to open the exit mail file... Here is my current .procmailrc: LOGFILE=$HOME/mail.log :0 * ! ^(FROM|TO).*tcimet.net |exit 111 :0 * ^(FROM|TO).*tcimet.net [EMAIL PROTECTED] This it not on my se