Wolfgang Zeikat wrote:
> Bob Proulx wrote:
> > spamassassin -d -t -D < mail.file | less
>
> Note: in the above command you did _not_ redirect STDERR to STDOUT
Oops. My bad. I should have shown that. I was concentrating on the
options and neglected the right hand side.
> > spamassassin -d -t
In an older episode, on 2014-02-20 23:56, Bob Proulx wrote:
> spamassassin -d -t -D < mail.file | less
Note: in the above command you did _not_ redirect STDERR to STDOUT
In an older episode, on 2014-02-21 19:20, Bob Proulx wrote:
I picked a spam message and piped it into:
spamassassin -d -
On Mon, 24 Feb 2014, Matus UHLAR - fantomas wrote:
On Sun, 23 Feb 2014, Amish wrote:
> *.info;mail.none;authpriv.none;cron.none /var/log/messages
> mail.* -/var/log/maillog
>
> Any idea what is going on here? How to stop this?
On
On Sun, 23 Feb 2014, Amish wrote:
*.info;mail.none;authpriv.none;cron.none /var/log/messages
mail.* -/var/log/maillog
Any idea what is going on here? How to stop this?
On 23.02.14 18:03, John Hardin wrote:
Try reversing the order
On Mon, 24 Feb 2014, Marcin Mirosław wrote:
Sorry for silly question. I'd like to know if mentioned rules catches all
email address or only user part?
It's not a silly question. All of the TO_EQ_FROM rules compare the full
email address.
I'd like to catch such spam:
From: Charlene Torres
Hi!
Sorry for silly question. I'd like to know if mentioned rules catches
all email address or only user part?
I'd like to catch such spam:
From: Charlene Torres
To: zawodynn
Where user part in header From: and To: is the same (and SPF_FAIL and
SPF_SOFTFAIL etc). My tests shows that __TO_EQ
On Mon, 2014-02-24 at 19:44 +0800, Amish wrote:
> Version 3.4.0 is in rawhide. So you would not get
> the update unless its pushed to F20.
>
OK. Thanks for the info.
Martin
- Original Message -
From: Martin Gregorie
> On Mon, 2014-02-24 at 14:17 +0800, Amish wrote:
>> This was due to recent changes in Fedora service file.
>> It removed -d (daemonize) option from SPAMDOPTIONS
...
>> Adding -d option (i.e. reverting the change) fixes the problem.
> When
On Mon, 2014-02-24 at 14:17 +0800, Amish wrote:
> This was due to recent changes in Fedora service file.
> It removed -d (daemonize) option from SPAMDOPTIONS
>
> Spamassassin without -d option enables stderr logging.
> (in addition to syslog logging)
>
> This logs were redirected to syslog by sys