Try this, in filter_end...

    foreach $recip(@Recipients) {
        if ($recip =~ /[EMAIL PROTECTED]/i) {
            do something here ;
            last;
        }
    }


Ken


-----Original Message-----
From: Keith Patton [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 07, 2005 9:49 AM
To: [email protected]
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
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
_______________________________________________
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