Thanks again! I updated my /etc/sysconfig/spamass-milter config with the following:
EXTRA_FLAGS="-r 20 -u defaultuser -e defaultdomain" I also set the SQL query in SA's local.cf back to the default and it now filtered by email address instead of just the username. Scott. On Mon, May 16, 2011 at 12:01 PM, Matt Elson <mailing_lists.spamassassin_us...@melson.fastmail.net> wrote: > >> Ideally if spamass-milter could pass the entire email address to SA I >> could deal with this in my control panel. > > I haven't used spamass-milter at all so take this with a grain of salt, > but the following from the man page seems hopeful for your environment: > > http://linux.die.net/man/1/spamass-milter > > "-e defaultdomain > Pass the full user@domain address to spamc. The default is to pass only > the username part on the assumption that all users are local. This flag > is useful if you are using an SQL (or other username) backend with > spamassassin and have listed the full address there. If the recipient > name has no domain part (if the recipient is on the local machine for > example), defaultdomain is added. Requires the -u flag. " > > Matt >