Hi, list, thanks for your help, in fact the answer is on the history
mimedefang-list, and I have the last question, 
what can I do, for match a word in the body of mail?
Thanks!!!

Possible answer (modify for me)
It's run ok, but is it correct?
sub filter_end($) {
my($entity) = @_;
my $recip;
        if ([EMAIL PROTECTED]/garca/i){
                for $recip (@Recipients){
                        delete_recipient($recip);
                }
                        add_recipient('[EMAIL PROTECTED]');
                        return('CONTINUE',"ok");
        }


_______________________________________________
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