Re: using URIBL on other headers

2018-09-22 Thread Kevin A. McGrail
On 9/22/2018 5:55 PM, Michael Grant wrote: > The URIBL plugin looks for URLs in the subject and message body. > > Is there some way to coax it to look in the other headers as well, for > example the From: Reply-to: or the Received headers? > > It's fractured.  There are various lookups in various s

using URIBL on other headers

2018-09-22 Thread Michael Grant
The URIBL plugin looks for URLs in the subject and message body. Is there some way to coax it to look in the other headers as well, for example the From: Reply-to: or the Received headers?

Re: Hints needed for spf rule

2018-09-22 Thread Kevin A. McGrail
On 9/22/2018 10:29 AM, Matus UHLAR - fantomas wrote: > > remove those ?'s: > > /^v=spf1 .*\?all/ > and > /^v=spf1 .*\+all/ Updated.  I was trying to stop a greedy regex if someone was doing a weird spf but I am overthinking. -- Kevin A. McGrail VP Fundraising, Apache Software Foundation Chair E

Re: Hints needed for spf rule

2018-09-22 Thread Matus UHLAR - fantomas
On 9/22/2018 9:55 AM, RW wrote: /^v=spf1 .+(\?|\+)all$/ I believe [?+] would do the same easy to read, parse and maybe even to process (I have no idea how perl RE optimizer works) .+ should be .* or it wont match 'v=spf1 +all' I would remove the '$' as it doesn't appear do anything usef

Re: Hints needed for spf rule

2018-09-22 Thread Kevin A. McGrail
On 9/22/2018 9:55 AM, RW wrote: > On Sat, 22 Sep 2018 08:48:43 -0400 > Kevin A. McGrail wrote: > >> On 9/19/2018 6:00 AM, Matus UHLAR - fantomas wrote: >>> # SPF THAT DOESN'T REALLY CARE IF EMAIL IS A FORGERY ifplugin Mail::SpamAssassin::Plugin::AskDNS  askdns   JMQ_SPF_NEUTRAL_ALL _SEN

Re: Hints needed for spf rule

2018-09-22 Thread RW
On Sat, 22 Sep 2018 08:48:43 -0400 Kevin A. McGrail wrote: > On 9/19/2018 6:00 AM, Matus UHLAR - fantomas wrote: > > # SPF THAT DOESN'T REALLY CARE IF EMAIL IS A FORGERY > >> ifplugin Mail::SpamAssassin::Plugin::AskDNS > >>  askdns   JMQ_SPF_NEUTRAL_ALL _SENDERDOMAIN_ TXT /^v=spf1 .+\?all$/ > >>

Re: Hints needed for spf rule

2018-09-22 Thread Kevin A. McGrail
On 9/19/2018 6:00 AM, Matus UHLAR - fantomas wrote: > # SPF THAT DOESN'T REALLY CARE IF EMAIL IS A FORGERY >> ifplugin Mail::SpamAssassin::Plugin::AskDNS >>  askdns   JMQ_SPF_NEUTRAL_ALL _SENDERDOMAIN_ TXT /^v=spf1 .+\?all$/ >>  describe JMQ_SPF_NEUTRAL_ALL SPF set to ?all! >>  score    JMQ_SPF_NEU