> Close, very close.  This caused procmail to break and all mail delivery ceased...so 
> I changed the order around to this:
> 
> RETURN_PATH=`/usr/local/bin/formail -X Return-Path`
> 
> :0fw
> /usr/local/bin/spamc -f
> 
> :0fw
> | /usr/local/bin/formail -I "$RETURN_PATH"
> 

Oops, sorry...typo in the last message...forgot the pipe | ...it should read:

RETURN_PATH=`/usr/local/bin/formail -X Return-Path`

:0fw
| /usr/local/bin/spamc -f

:0fw
| /usr/local/bin/formail -I "$RETURN_PATH"
 
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to