-----Original Message-----
From: David Erickson

>I was just doing the following before:
>
>sendmail -f `cat SENDER` `cat RECIPIENTS` < ENTIRE_MESSAGE
>
>So what mechanisms are available to me to release an email back into
>wild from quarnatine without having the 127.0.0.1 allowed globally 
>in the mimedefang script.

option 1
sendmail 'cat RECIPIENTS' <ENTIRE_MESSAGE
and pass without spam checks if the envelope sender is root@(your host).
Block everything where envelope sender is root@(your host) and
$RelayAddress is not 127.0.0.1.

option 2
add a custom header such as
X-local-no-spam-check: 
and pass if that is present.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to