Hi,
I'm working through the README.sql and have two questions.
First, regarding banned rulenames it says in the policy
table:

banned_rulenames    varchar(64) default NULL  
  -- comma-separated list of ...
  -- names mapped through %banned_rules to actual 
  -- banned_filename tables

Am I interpreting this correctly that a proper setup 
could be:
INSERT INTO policy ( ..., banned_rulenames ) VALUES (..., 'ruleset1' );

and have the following in amavisd.conf:

%banned_rules = { 'ruleset1' => [ # rules as in @banned_filename_re
                                ],
                  'ruleset2' => []
                };


Second, would it be possible to add a per-policy wblist that 
is merged with the per-user wblist, where the users wb-list
takes precedence?

This would allow an easy site-wide configuration via the
admins without colliding with the users preferences and
not having to add the same mailaddr.id list to all users
that are part of a given policy.

Regs,
Sven

------------------------------------------

BAGHUS GmbH
EDV und Internetdienstleistungen

Staffelseestr. 2
81477 München

Tel.: 0 89 / 8 71 81 - 4 84
Fax.: 0 89 / 8 71 81 - 4 88

www.baghus.net, [EMAIL PROTECTED]
HRB: 144283, USt-IdNr: DE224865405

------------------------------------------
 


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&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