[Mimedefang] filter feedback desired

David F. Skoll dfs at roaringpenguin.com
Tue Dec 30 20:55:00 EST 2003


On Tue, 30 Dec 2003, Kevin A. McGrail wrote:

> #Change Sender case to all lower case to confirm the check is absolute a 1:1
> check
> if (lc($Sender) eq "email at address") {

You need to check for angle-brackets also.  And Perl will not like
"email at address"; try 'email at address' instead.

--
David.



More information about the MIMEDefang mailing list