-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David Sims wrote:
> Hi,
>
> This question has probably been asked before... So I
apologise in
> advance ;)
>
> I am seeing some SPAM with an AWL score of -100 where
there is no entry
> in the Maia AWL... I preume that this is because the
underlying SA AWL
> setting in v310.pre is set to loadplugin
Mail::SpamAssassin::Plugin::AWL
> but I am not sure.... If SA is doing AWL, where does it
store it's WL
> info?? How can I clear out this (SA?) database of AWL
stuff and get it to
> just use Maia settings?
The older BerkeleyDB-style AWL files are typically stored in
the
~/.spamassassin directory of the amavis user's home. If you
just want
to delete that file, it's usually called
"auto-whitelist".
If you want SpamAssassin to use the SQL engine for the AWL
rather than
the older-style BerkeleyDB engine, then in your local.cf
file you should
have something like this in it:
auto_whitelist_factory
Mail::SpamAssassin::SQLBasedAddrList
user_awl_dsn DBI:mysql:maia
user_awl_sql_username amavis
user_awl_sql_password password
That will tell SpamAssassin to use the AWL table in Maia's
SQL database,
which I believe is what you're trying to do. If there are
entries in
there for "auto_whitelist_path" or
"auto_whitelist_file_mode", you
should delete them, since they're not needed in a SQL-based
setup. You
still need the:
loadplugin Mail::SpamAssassin::Plugin::AWL
line in your v310.pre file to use the AWL (whether you're
using the SQL
engine or the older BerkeleyDB engine to store it).
Restart amavisd-maia after making any edits to your local.cf
or v310.pre
file, and all should be well.
- --
Robert LeBlanc <rjl renaissoft.com>
Renaissoft, Inc.
Maia Mailguard <http://www.maiamail
guard.com/>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFudBGGmqOER2NHewRAvJwAKCt+vdTVOUHkTJWx3mAH/d6H4ZNzgCe
OL3u
xMsPLPYRr6zCjD3sRaNri1E=
=YYp9
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|