Not sure if the list allows for attachments, if so one example is
attached, and its corresponding headers.
Looking at the spam classification in the headers:-
* -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at
http://www.dnswl.org/, no
* trust
* [65.55.34.153 listed in
list.dnswl.org]
* -0.0 SPF_PASS SPF: sender matches SPF record
* 0.0 HTML_MESSAGE BODY: HTML included in message
* 1.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
* 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS
* 2.0 MIME_HEADER_CTYPE_ONLY 'Content-Type' found without required MIME
* headers
It seems the biggest single error is that there's no MIME Content-Type
specified. Second one is that there's no reverse DNS.
No dnswl trust in sender does not help either.
The first two errors might be because the message is forwarded from
hotmail to my domain. Maybe the white list one is as well...
I can indeed change the spamchk.sh script, but first I wanted to be
sure there's no recommended standardised way of creating this type of
local white list. :-)
Cheers,
__
/ony
-------
Monday, October 14, 2013, 7:47:20 PM, Mathew wrote:
Hi Tony,
On Mon, October 14, 2013 6:49 pm, Tony Andersson
wrote:
> Spamassasin is called from /etc/postfix/master.cf
via a script,
> /usr/local/bin/spamchk.sh
Check how the script is called in master.cf; it'll
contain any arguments
that indicate what is passed e.g.
argv=<path to script>/spamchk.sh -f ${sender}
${recipient}
In the script you can then check for ${sender} (by
examining $1) and exit
prematurely (and positively) if the address matches your DPD source.
> Ideally I'd like to set some known
> and supported parameter in the spamc.conf file. To make it global for
> the server and make sure it is in a place where I am likely to find it
I'd be surprised if there was such a configuration
as spamc's job is to
submit a message for spam checking. To then abandon that check reflects
that it shouldn't have been called in the first place.
I'd echo the suggestion of finding out why the
e-mails are being
incorrectly marked as making manually exceptions isn't ideal.
Mathew
_______________________________________________
users mailing list
users(a)lists.bitfolk.com
https://lists.bitfolk.com/mailman/listinfo/users