[Mimedefang] Monitoring Selected User Emails

David F. Skoll dfs at roaringpenguin.com
Thu Sep 9 13:18:06 EDT 2004


On Wed, 8 Sep 2004, Ted Beaton wrote:

>               if ($recip = user at somewhere.com) {

That's invalid perl.  Should be:

	if ($recip eq '<user at somewhere.com>') {

> Not fully understanding the complete workings I made a couple assumptions
> and tested.

That's a good way to break a mail system. :-)

Regards,

David.



More information about the MIMEDefang mailing list