Re: [AMaViS-user] Skip spam scanning for one user

2005-12-11 Thread Ricardo Stella
Gary V wrote: > > I come up with: > > @bypass_spam_checks_maps = ( ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]'] ); > > @spam_lovers_maps = ( ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]'] ); > > @spam_tag_level_maps = ( > { '[EMAIL PROTECTED]' => .0, '[EMAIL PROTECTED]' => .0 }, > \$sa_tag

Re: [AMaViS-user] Skip spam scanning for one user

2005-12-08 Thread Erik Petersen
It's not that complicated. If you are using MySQL add this to your amavisd.conf making necessary changes. If you aren't, do it then come back: $sql_select_policy = 'SELECT * FROM virtual_spam_prefs WHERE mailbox IN (%k)'; This says load individual user preferences from a MySQL table for your virt

Re: [AMaViS-user] Skip spam scanning for one user

2005-12-08 Thread mouss
Randy Kintner a écrit : Hi, I'm trying to configure our amavis-new/spamassassin/postfix setup to skip scanning of mails directed to one particular user. Currently, I am set up to scan, tag (if evaluated as spam), and deliver all mail (deletion or quarantine of even one false positive is not acc

Re: [AMaViS-user] Skip spam scanning for one user

2005-12-07 Thread Gary V
Randy wrote: > Hi, > I'm trying to configure our amavis-new/spamassassin/postfix setup to skip > scanning of mails directed to one particular user. Currently, I am set up > to scan, tag (if evaluated as spam), and deliver all mail (deletion or > quarantine of even one false positive is not accep

[AMaViS-user] Skip spam scanning for one user

2005-12-07 Thread Randy Kintner
Hi, I'm trying to configure our amavis-new/spamassassin/postfix setup to skip scanning of mails directed to one particular user. Currently, I am set up to scan, tag (if evaluated as spam), and deliver all mail (deletion or quarantine of even one false positive is not acceptable). However, this o