Re: Amavis / SpamAssassin ignoring userpref in SQL

Damian <[email protected]>
Newsgroups gmane.mail.virus.amavis.user
Message-ID <[email protected]>
> @sa_userconf_maps    = ({ '.*' => 'sql:' });

The left-hand-side is not a regex in a hash lookup.

> @sa_username_maps    = new_RE ( [  '.*' => '$GLOBAL' ] );

If you want static lookup results, use these:

> @sa_userconf_maps = 'sql:';
> @sa_username_maps = '$GLOBAL';
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.