[Mimedefang] another idea for skipping MD on one user?

David F. Skoll dfs at roaringpenguin.com
Wed Aug 21 08:33:00 EDT 2002


On Tue, 20 Aug 2002, Douglas J Hunley wrote:

> filter_begin() {
> my($recip);
> foreach Recip (@Recipients) {
> 	$recip =~ tr/<>//d;
> 	$recip = lc($recip);
> 	if ($recip eq 'smartaleck at somehost.com') {
> 		return action_accept();
> 	}
> }

That will work, but as you point out, it's a security risk for other people
who are copied on the message.  If you can live with that, then it's OK.

--
David.




More information about the MIMEDefang mailing list