[Mimedefang] all_spam_to question

Stefano McGhee SMcGhee at ARCweb.com
Sun Jan 25 22:23:55 EST 2004


Fred,
    I had the same issue awhile back.  I solved the issue slightly
differently.  It can be found here
http://lists.roaringpenguin.com/pipermail/mimedefang/2003-January/012828.html.
The thread details my learning process :) , but this post summarizes it.
Let me know if you have any q's.

Cheers,

Stefano
----- Original Message ----- 
From: "Fred Felgenhauer" <fred at fredf.com>
To: <mimedefang at lists.roaringpenguin.com>
Sent: Sunday, January 25, 2004 9:54 PM
Subject: [Mimedefang] all_spam_to question


> 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.
>
> _______________________________________________
> Visit http://www.mimedefang.org and http://www.canit.ca
> MIMEDefang mailing list
> MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
>



More information about the MIMEDefang mailing list