Hello,

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

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

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]

I think that the message to be forwarded to the [EMAIL PROTECTED] is still
scanned for spam evn though the sender is WL.

rocsca


----- Original Message ----- 
From: "Mark Martinec" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, November 17, 2005 6:08 PM
Subject: Re: [AMaViS-user] Redirect all spam for one domain into a mailbox


> Rocco,
>
> > $mailfrom_to_quarantine = "[EMAIL PROTECTED]";
> > @whitelist_sender_maps = ("[EMAIL PROTECTED]");
>
> This whitelists everyone (you are using a 'constant' lookup table,
> which always returns true (nonempty string).
> You want to use a hash or an acl lookup table, e.g.:
>
>   @whitelist_sender_maps = ( ["[EMAIL PROTECTED]"] );
>
>
> > Moreover, I don't want to send any notification for spam blocked:
> > $mailfrom_notify_spamadmin = '';
>
> This doesn't disable notifications, it only sets the sender address
> (return path) to an empty string, which is a default.
>
> To turn off bounces for spam, use $final_spam_destiny=D_DISCARD
> or $final_spam_destiny=D_PASS (but not D_BOUNCE or D_REJECT),
> or (if you do use D_BOUNCE) set a low value for
$sa_quarantine_cutoff_level.
>
> > and the quarantined spam messages are so managed:
> >
> > @spam_quarantine_to_maps = (
> >  { '.example.com' => '[EMAIL PROTECTED]', # spam for this domain goes
here
> >    '.' => undef, # the rest should never actually get here
> >                              # because high of kill_level
> >  }
> > );
>
> Ok.
>
> > But It seems the It doesn't works...
>
> "Doesn't work" is too vague - you can't expect and answer
> to such problem report. Check your logs, see what happens
> and compare to what you hoped would happen.
>
>   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/



-------------------------------------------------------
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