On Wed, 8 Sep 2004, Ted Beaton wrote:
> if ($recip = [EMAIL PROTECTED]) {
That's invalid perl. Should be:
if ($recip eq '<[EMAIL PROTECTED]>') {
> 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.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang