Today, for the first time, spamassassin's bayesian filter decided its own
cron job output wasn't spam.
I've been running
0 3 * * * /home/darxus/sausr/local/bin/sa-learn --rebuild
since 8/26, and every day it was ranked "spam probability is 90 to 99%".
I was about t
Reading through this list a bit got me to run some of these through
spamassassin -D. Looks like the reason the sa-learn cron jobs were being
classified as spam is that most legitimate email is sent to me as
"[EMAIL PROTECTED]" or "[EMAIL PROTECTED]", and most spammers email me as
"[EMAIL PROTECTED
How can I see a spamassassin report of an email ? I'd like to do something
like pipe the email through a command.
With spamprobe I do "spamprobe -T score", and it tells me everything it
thought about the email.
In my SA preferences I have:
rewrite_subject 0
report_safe 0
clear_headers
add_heade
On 12/12, Steve Thomas wrote:
> spamassassin -t < email.txt
On 12/12, Matt Kettler wrote:
> pipe it through spamassassin -t
>
> Note: -t mode FORCES sa to generate a report, and it WILL contain text
Works beautifully, thank you both. I swear I looked at the man page...
don't know how I missed