Thanks David!
It's working now. How come it did not work after I ran mimedefang reload? It
worked after I restarted sendmail/mimedefang/greylist...
Thanks again,
An Nguyen
----- Original Message -----
From: "David F. Skoll" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, December 16, 2006 8:57 AM
Subject: Re: [Mimedefang] Can't make filter_sender from slide to work
aNguyen wrote:
my ($from, $hostip, $hostname, $helo) eq @_;
eq is string comparison. You want assignment:
my ($from, $hostip, $hostname, $helo) = @_;
Regards,
David.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang