Paolo wrote:

> Hi,
> I'd like to try spam_quarantine_bysender_to but can't seem to get it 
> working as I expect it to.

> I think it would quarantine to file 
> /var/quarantine/m/[EMAIL PROTECTED] or
> /var/quarantine/m/54FJDVMFDF   (quarantine_id) with sender 
> [EMAIL PROTECTED]

I could only see using @spam_quarantine_bysender_to_maps.
Here is what I observed:

@spam_quarantine_to = 'spam-quarantine';

@spam_quarantine_bysender_to_maps =(  
  { '[EMAIL PROTECTED]' => '[EMAIL PROTECTED]', }
);

With the above settings, spam is quarantined both locally
and to [EMAIL PROTECTED] if the sender is [EMAIL PROTECTED]
If it comes from a different sender, it is quarantined locally.


@spam_quarantine_to = undef;

@spam_quarantine_bysender_to_maps =(  # per-recip. quarantine cutoff levels
  { '[EMAIL PROTECTED]' => '[EMAIL PROTECTED]',
    '.' => 'spam-quarantine', }
);

With these settings, spam from [EMAIL PROTECTED] is only
quarantined to [EMAIL PROTECTED] If not from [EMAIL PROTECTED]
then it is quarantined locally. 

Gary V


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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