|
From: Tim H. <th...@be...> - 2010-03-05 16:38:29
|
On Fri, 5 Mar 2010 22:16:57 +1100 (EST) "Voytek Eymont" <li...@sb...> wrote: > > On Fri, March 5, 2010 8:44 pm, Jack Knowlton wrote: > > On Fri, March 5, 2010 1:47 am, Tim Howe wrote: > >> On Fri, 5 Mar 2010 11:04:26 +1100 (EST) > >> "Voytek Eymont" <li...@sb...> wrote: > >>> I use amavis' viruslovers/spamlovers files to list users to be > >>> exempted > > > Thanks guys, that's definitely what I need. I read the docs and have one > > further question: do I have to list every recipient individually or is > > there a variable/regex I can use to include the whole domain? > > > I listing individual users as well as domains like so: > > us...@do... > us...@do... > domain2.tld If you are using the database, the domains look like @domain.tld. There is then a priority field in the users table that governs what is sorted first. Users have a higher priority than domains, so they sort later. See http://www.ijs.si/software/amavisd/README.sql.txt --TimH |