[Mimedefang] Still outbound messages are getting blocked, by spamassassin

Atanas mimedefang at asd.aplus.net
Fri Jul 9 18:00:28 EDT 2004


>> if($mailip eq $internal_net1 || $mailip eq $internal_net2) {

> This won't do what you want.  || binds more tightly than eq
> so you're effectively saying
> $mailip eq ($internal_net1 || $mailip) eq $internal_net2
 > ...

Wrong. '||' and 'or' *both* have lower precedence than 'eq', '==', etc.
Please read the man pages before posting.

Regards,
Atanas



More information about the MIMEDefang mailing list