Benedict,

> Can I cange the table structure of the policy table so that it includes the
> two spam levels as per you 2.4.1.rc1?

(btw, the 2.4.1 has been released by now)

> If so, I presume that putting in the sql lookups would be the same?

It should be pretty straightforward to add a lookup for tag3_level
and subject_tag2 to SQL (or LDAP) lookups. I believe all is needed
is to add another two 'unshift's, following a model for tag2_level
and subject_tag2:

unshift(@Amavis::Conf::spam_tag2_level_maps,
  $nf->('spam_tag2_level',      'N-'));

unshift(@Amavis::Conf::spam_subject_tag2_maps,
  $nf->('spam_subject_tag2',    'S-'));

somewhere in sub process_request, and add corresponding fields
to SQL table 'policy'.

  Mark


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
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