Grant Keller <[email protected]> writes:
> | gvk | unwhitelist_from | [email protected] | 7421538 |
> | gvk | whitelist_from | [email protected] | 7526210 |
What do you think that means? What's the fourth column?
Note that we are in transition from white to welcome, but that shouldn't
matter.
> Still, a message from that address to the gvk user results in the
> following rules being hit:
>
> tests=ALL_TRUSTED,SCC_BODY_SINGLE_WORD,SONIC_BX_A2,SONIC_FRIEND,SPF_HELO_NONE,
> T_SCC_BODY_TEXT_LINE,USER_IN_WELCOMELIST
the welcomelist is hitting.
> I'm out of ideas to try on my side. Is there a way to have spamassasin
> or spamc print the config, or perhaps debugging I can enable to try to
> track down this problem?
std ()
{
spamassassin -t -D < $1 > /tmp/STDOUT 2> /tmp/STDERR
}
not quite what you asked, but better than where you are now.