Re: DKIM Score

2016-08-17 Thread Benny Pedersen
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:

Re: DKIM Score

2016-08-16 Thread li...@rhsoft.net
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

Re: DKIM Score

2016-08-16 Thread 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 blacklist_from *@example.com *@example.net cant remember if

Re: DKIM Score

2016-08-16 Thread li...@rhsoft.net
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

Re: DKIM Score

2016-08-16 Thread Benny Pedersen
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

Re: DKIM Score

2016-08-16 Thread Matus UHLAR - fantomas
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

Re: DKIM Score

2016-08-16 Thread RW
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

Re: DKIM Score

2016-08-16 Thread RW
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

Re: DKIM Score

2016-08-16 Thread Matus UHLAR - fantomas
ubject: 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 ; http://www.f

Re: DKIM Score

2016-08-16 Thread li...@rhsoft.net
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

RE: DKIM Score

2016-08-16 Thread Chris Lee
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

Re: DKIM Score

2016-08-16 Thread li...@rhsoft.net
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

Re: DKIM Score

2016-08-16 Thread Kevin Golding
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

Re: DKIM Score

2016-08-16 Thread Matus UHLAR - fantomas
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:

RE: DKIM Score

2016-08-16 Thread Chris Lee
, 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

RE: DKIM Score

2016-08-16 Thread Merijn van den Kroonenberg
> 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

Re: DKIM Score

2016-08-15 Thread Bill Cole
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

RE: DKIM Score

2016-08-15 Thread Chris Lee
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 cannot

Re: DKIM Score

2016-08-15 Thread bOnK
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

Re: DKIM Score

2016-08-15 Thread Merijn van den Kroonenberg
> 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

Re: DKIM Score

2016-08-15 Thread Benny Pedersen
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

DKIM Score

2016-08-15 Thread Chris Lee
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 Spamassassin Version: 3.4.1 Release: 6.fc23 OS: Fedora FC 23 Many thanks in advance. Cheers,