Re: Weird Spamassassin startup behaviour on Ubuntu 16.10

2016-12-06 Thread Michael Heuberger
Thanks Shawn Here the contents on my server: michael.heuberger@binarykitchen /l/s/system ❯❯❯ cat spamassassin.service [Unit] Description=Perl-based spam filter using text analysis [Service] Type=forking PIDFile=/var/run/spamassassin.pid EnvironmentFile=-/etc/default/spamassassin ExecStart=/usr/

Re: Weird Spamassassin startup behaviour on Ubuntu 16.10

2016-12-06 Thread Michael Heuberger
Thanks for that David. Had a look here: michael.heuberger@binarykitchen /e/init.d ❯❯❯ head spamassassin #! /bin/sh ### BEGIN INIT INFO # Provides: spamassassin # Required-Start: $remote_fs # Required-Stop: $remote_fs # Should-Start: $network $syslog # Default-Start: 2 3 4 5 # Default-

Re: Anyone seeing URIBL_BLOCKED?

2016-12-06 Thread Mark London
I'm not using dns forwarding. Sent from my iPhone > On Dec 6, 2016, at 5:13 PM, Reindl Harald wrote: > > get rid of dns forwarding and use dns servers with *real* recursion, that > topic makes people sick after so many years > >> Am 06.12.2016 um 22:58 schrieb Mark London: >> Hi - Around 7PM

Anyone seeing URIBL_BLOCKED?

2016-12-06 Thread Mark London
Hi - Around 7PM yesterday (US eastern time), I started seeing URIBL_BLOCKED, and it didn't go away after midnight. I tried switching to one of our other local name servers, and that didn't help. I've been using this service for many years. Do you know if their policy has changed? Thanks.

Re: Weird Spamassassin startup behaviour on Ubuntu 16.10

2016-12-06 Thread Shawn Bakhtiar
With Ubuntu 16.10 you should be using systemd. you can enable dependencies (after directive) which can make sure that all the services you need are started prior to (in the case of SA) the service you want. Check your systemD service configuration file: /usr/lib/systemd/system/spamassassin.servi

Unexpected TVD_SPACE_RATIO and strange action of X-Originating-IP

2016-12-06 Thread SA
e, 6 Dec 2016 14:57:35 + (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= (etc) From: "FormTest" <(form)@(webserver)> To: "(me)" <(me)@(recip)> Reply-To: (sender)@(webserver) Subject: Form Check Date: Tue, 06 Dec 2016 14:57:35 - Message-ID:

Re: Weird Spamassassin startup behaviour on Ubuntu 16.10

2016-12-06 Thread shanew
I recently set up an email server on Ubuntu 14.10 and kept being frustrated that on boot various filter software and related milters were regularly starting after sendmail, sometimes by as much as five minutes. We don't reboot that server very often, so it took a while to test various fixes, but

PerMsgStatus get('From') returns different values in the same email

2016-12-06 Thread Olivier Coutu
I have a plugin that has the following lines: my $header_from = $pms->get('From', 0); dbg("ZS_HeadersCompare: $functname($rulename): header_from = $header_from") I am looking to get the entire "From" field, which should be pretty straightforward. I am running this on an email with the following