Rocco,

> If the sender is WL then the messagge wouldn't be scanned. Right?

Right.

> after I set the whitelist I still get:
>
> Nov 17 18:42:37 av3 sendmail[13126]: jAHHgbv3013126:
> [EMAIL PROTECTED], size=5181, class=0, nrcpts=1,
> msgid=<N1msdrbJXNPfV4wg9>, [EMAIL PROTECTED]
> Nov 17 18:42:37 av3 sendmail[13126]: jAHHgbv3013126: [EMAIL PROTECTED],
> delay=00:00:00, mailer=esmtp, pri=35181, dsn=4.4.3, stat=queued

Was the sender domain set on purpose to [EMAIL PROTECTED] literally,
or did you intend to evaluate variable $mydomain but prevented evaluation
by quoting with single quotes?

A setting like $mailfrom_to_quarantine = "[EMAIL PROTECTED]";
could be correct, but:
$mailfrom_to_quarantine = '[EMAIL PROTECTED]'; would be wrong.

> But the postmaster still receive this dsn:
>
>    ----- The following addresses had permanent fatal errors -----
> [EMAIL PROTECTED]
>     (reason: 554 5.4.6 Too many hops)
>
>    ----- Transcript of session follows -----
> 554 5.4.6 Too many hops 27 (25 max): from [EMAIL PROTECTED] via localhost, to
> [EMAIL PROTECTED]

Why does this log entry indicate [EMAIL PROTECTED] while the other one
indicates [EMAIL PROTECTED] as the sender address?

Track through logs what is happening, concentrate on the first
few iterations through a loop (after you fix the sending address
and if the loop still occurs).

  Mark


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to