Thanks dfs, this works in filter_end:

if ( $Recipients[0] =~ "<[EMAIL PROTECTED]>"){
        do nothing but log all_spam_to recipient
}else{
        Run spamassassin checks
}

I am thinking of reading all all_spam_to entries from local.cf into an array
then
feeding them into the equality above. Is it wise to read local.cf for every
email (in this case, recipient)?
Or is it posible to read things in once into an array thats available for
all e-mails?
We bulid local.cf from a small VB app (easy for the helpdesk person to use)
on an a workstation and feed it up to the server using scp. They would not
be able to learn perl to change to code everytime and I'm not going do
support calls.

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to