On 2016-08-16 13:57, RW wrote:
On Tue, 16 Aug 2016 08:18:55 +
Chris Lee wrote:
Hi Merijn,
Still digest your solution, look like it rather complex to me.
Besides, it is possible to just whitelist or blacklist some email
address for DKIM checking?
You could do it like this:
whitelist_fro
Am 16.08.2016 um 22:04 schrieb Benny Pedersen:
On 2016-08-16 21:52, li...@rhsoft.net wrote:
Am 16.08.2016 um 21:31 schrieb Benny Pedersen:
On 2016-08-16 13:57, RW wrote:
whitelist_from_dkim *@example.com *@example.net
should be sepearted line
why?
read perldoc
read spamassassin docs
On 2016-08-16 21:52, li...@rhsoft.net wrote:
Am 16.08.2016 um 21:31 schrieb Benny Pedersen:
On 2016-08-16 13:57, RW wrote:
whitelist_from_dkim *@example.com *@example.net
should be sepearted line
why?
read perldoc
blacklist_from *@example.com *@example.net
cant remember if tha
Am 16.08.2016 um 21:31 schrieb Benny Pedersen:
On 2016-08-16 13:57, RW wrote:
whitelist_from_dkim *@example.com *@example.net
should be sepearted line
why?
blacklist_from *@example.com *@example.net
cant remember if that can be one line
as all whitelist_ and blacklist_ *it can*
On 2016-08-16 13:57, RW wrote:
whitelist_from_dkim *@example.com *@example.net
should be sepearted line, the above checks when From: header is diffrent
then -d tag in dkim
blacklist_from *@example.com *@example.net
cant remember if that can be one line
The two rules score -100 and
On Tue, 16 Aug 2016 08:18:55 + Chris Lee wrote:
Still digest your solution, look like it rather complex to me.
Besides, it is possible to just whitelist or blacklist some email
address for DKIM checking?
On 16.08.16 12:57, RW wrote:
You could do it like this:
whitelist_from_dkim *@exampl
On Tue, 16 Aug 2016 08:18:55 +
Chris Lee wrote:
> Hi Merijn,
>
> Still digest your solution, look like it rather complex to me.
>
> Besides, it is possible to just whitelist or blacklist some email
> address for DKIM checking?
You could do it like this:
whitelist_from_dkim *@example.com *@
On Tue, 16 Aug 2016 10:00:12 +0200
Merijn van den Kroonenberg wrote:
> Alternatively you could also set up a dns based list of sender
> domains. In fact I have been wondering if someone is maintaining a
> list like that. Because I guess a lot of people must be doing similar
> things on their own.
ache.org
Subject: Re: DKIM Score
On 16.08.16 08:18, Chris Lee wrote:
Besides, it is possible to just whitelist or blacklist some email address for
DKIM checking?
do you mean to exempt a domain from DKIM checking?
I don't see the point still...
--
Matus UHLAR - fantomas, uh...@fantomas.sk
Am 16.08.2016 um 10:47 schrieb Chris Lee:
Suppose there is a user someb...@example.com is on vacation and using 3rd party
SMTP server (w/o DKIM) for sending email.
I want temporary whitelist it to bypass DKIM checking.
he MUST NOT do that and so there is no justification handle whatever
ran
domain.
Regards,
Lee
-Original Message-
From: Matus UHLAR - fantomas [mailto:uh...@fantomas.sk]
Sent: Tuesday, August 16, 2016 4:27 PM
To: users@spamassassin.apache.org
Subject: Re: DKIM Score
On 16.08.16 08:18, Chris Lee wrote:
>Besides, it is possible to just whitelist or blacklist s
Am 16.08.2016 um 10:30 schrieb Kevin Golding:
Probably even more of a performance nightmare, but possibly easier to
maintain could be something like:
header __FROM_EXAMPLECOM From:addr =~ /\@(example\.com)$/i
header __FROM_EXAMPLEORG From:addr =~ /\@( example\.org)$/i
header __FROM_EXAMPLENL
On Tue, 16 Aug 2016 09:00:12 +0100, Merijn van den Kroonenberg
wrote:
Besides, can I change the lines as following?
header __DKIM_REQUIRED From:addr =~ /\@(example\.com)$/i
header __DKIM_REQUIRED From:addr =~ /\@( example\.org)$/i
header __DKIM_REQUIRED From:addr =~ /\@( exa
On 16.08.16 08:18, Chris Lee wrote:
Besides, it is possible to just whitelist or blacklist some email address for
DKIM checking?
do you mean to exempt a domain from DKIM checking?
I don't see the point still...
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I
, August 16, 2016 4:00 PM
To: users@spamassassin.apache.org
Subject: RE: DKIM Score
> Besides, can I change the lines as following?
>
> header __DKIM_REQUIRED From:addr =~ /\@(example\.com)$/i
> header __DKIM_REQUIRED From:addr =~ /\@( example\.org)$/i
> header __DKIM_REQ
> Besides, can I change the lines as following?
>
> header __DKIM_REQUIRED From:addr =~ /\@(example\.com)$/i
> header __DKIM_REQUIRED From:addr =~ /\@( example\.org)$/i
> header __DKIM_REQUIRED From:addr =~ /\@( example\.nl)$/i
> .
> .
>
>
> As I have lots of domain to handle.
You
On 15 Aug 2016, at 21:28, Chris Lee wrote:
Besides, can I change the lines as following?
header __DKIM_REQUIRED From:addr =~ /\@(example\.com)$/i
header __DKIM_REQUIRED From:addr =~ /\@( example\.org)$/i
header __DKIM_REQUIRED From:addr =~ /\@( example\.nl)$/i
Nope. Each rule c
have lots of domain to handle.
Regards,
Lee
-Original Message-
From: Merijn van den Kroonenberg [mailto:mer...@web2all.nl]
Sent: Monday, August 15, 2016 7:19 PM
To: users@spamassassin.apache.org
Subject: Re: DKIM Score
> Hi,
>
> How to setup to give high score for specific domain ca
https://blog.laussat.de/2014/11/06/using-dmarc-in-spamassassin-native/
On 15-8-2016 10:44, Chris Lee wrote:
Hi,
How to setup to give high score for specific domain cannot pass DKIM test?
For example: My own email domain is example.com
Any incoming email from: example.com does not pass DKIM
> Hi,
>
> How to setup to give high score for specific domain cannot pass DKIM test?
>
> For example: My own email domain is example.com
>
> Any incoming email from: example.com does not pass DKIM test score 10.0
>
describe__DKIM_REQUIRED Require a valid DKIM signature for these domains
heade
On 2016-08-15 10:44, Chris Lee wrote:
How to setup to give high score for specific domain cannot pass DKIM
test?
generic
meta DKIM_NOT_PASS (!DKIM_PASS)
score on DKIM_NOT_PASS now
for specific domains, its needs more work
This message and its attachment (if any) are strictly confidential
21 matches
Mail list logo