[Mimedefang] filter end

Cormack, Ken Ken.Cormack at roadway.com
Fri Jan 7 10:26:45 EST 2005


Try this, in filter_end...

    foreach $recip(@Recipients) {
        if ($recip =~ /someone\@domain\.com/i) {
            do something here ;
            last;
        }
    }


Ken


-----Original Message-----
From: Keith Patton [mailto:kpatton at dallas.photronics.com] 
Sent: Friday, January 07, 2005 9:49 AM
To: mimedefang at lists.roaringpenguin.com
Subject: [Mimedefang] filter end


All,

 Is there and easy was to get the recipient in the filter_end subroutine 
of mimedefang-filter ??

I need a disposition based on # hit and destination 

thanks,

Keith

_______________________________________________
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