..replied directy to gary instead of intended list.....sorry Gary:
re-reply:

Gary:

<snip>
> > tagged spam to a local mailbox for the gateway domain, and pass the
> > non-tagged spam on to their exchange server.
>
> The way you have worded this last sentence makes it a little
> confusing. I'm not sure what you mean by 'non-tagged spam'.

Oops sorry.
for non-tagged spam I meant non-tagged mail (ham).

> If I understand you correctly, you want to quarantine spam to three
different
> mailboxes, based on the recipient domain. You can use
> @spam_quarantine_to_maps to accomplish this. This assumes you are
> using the default 'local' quarantine method:
>
> $spam_quarantine_to = 'spam-quarantine'; # default local quarantine
>
> @spam_quarantine_to_maps = (
>  { '.example.com' =>  '[EMAIL PROTECTED]',
>    '.example2.com' => '[EMAIL PROTECTED]',
>    '.example3.com' => '[EMAIL PROTECTED]',
>  },
>  $spam_quarantine_to, # catchall
>   );
>
> Spam that scores at or above $sa_kill_level_deflt will be sent to these
> mailboxes.

Yes, this is exactly what I wanted to do.  Thank you very much. I'll look at
the referenced threads as well.

Thanks again,
Scott




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
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