[Mimedefang] all_spam_to question

Fred Felgenhauer fred at fredf.com
Sun Jan 25 21:54:55 EST 2004


Thanks dfs, this works in filter_end:

if ( $Recipients[0] =~ "<usera at mydomain.com>"){
	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.



More information about the MIMEDefang mailing list