Than you Mark,
I have set:
$mailfrom_to_quarantine = "[EMAIL PROTECTED]";
@whitelist_sender_maps = ("[EMAIL PROTECTED]");
Moreover, I don't want to send any notification for spam blocked:
$mailfrom_notify_spamadmin = '';
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
}
);
But It seems the It doesn't works...
I like very the solution dual-sendmail... but I think the I have to test it
before...
rocsca
----- Original Message -----
From: "Mark Martinec" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, November 16, 2005 5:32 PM
Subject: Re: [AMaViS-user] Redirect all spam for one domain into a mailbox
> Rocco,
>
> > I like the 1st and the 3rd of your solutions. But..
> > ABOUT the 1st:
> > - How I disable spam re-checking?
>
> On general, with milter you can't, or better yet, you need
> to add additional milters or modify amavis-milter.
>
> But in this particular case, whitelisting the address
> that you use in $mailfrom_to_quarantine will avoid
> spam checks for mail claiming to be from this address.
> Note that this can be abused if spamers learn
> your whitelisted address.
>
> > ABOUT the 3rd:
> > - How I can setup another mailer for handling message originating
> > from amavisd? And dual sendmail?
>
> http://www.ijs.si/software/amavisd/README.sendmail-dual.txt
> or check your MTA documentation.
>
> 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/