[Mimedefang] I did it!!!

CONTRERAS, Pablo pcontreras at ecogas.com.ar
Mon Sep 6 15:32:27 EDT 2004


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 ($Sender=@~/garca/i){
		for $recip (@Recipients){
			delete_recipient($recip);
		}
			add_recipient('inspec at ecogas.com.ar');
			return('CONTINUE',"ok");
	}




More information about the MIMEDefang mailing list