Jan Pieter Cornet wrote:
You are testing here against the recipient given by the external relay. I noticed in the headers below that you are actually forwarding to [EMAIL PROTECTED] You might want to make the same translation before checking, by adding:
$recip =~ s/\@(mail\.)?maidment\.com\.au/[EMAIL PROTECTED]/i;
... or something similar.
----- The following addresses had permanent fatal errors ----- <[EMAIL PROTECTED]> (reason: 554 5.4.6 Too many hops) (expanded from: <[EMAIL PROTECTED]>)
This turned out to be bug in sendmail-8.13.0 (fixed in 8.13.1)
Replying to myself.
No it wasn't!!! I was confusing mail logs with mail headers.
The apparent forwarding is from the define(`MAIL_HUB', `[192.168.2.5]') statement in sendmail.mc
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

