[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-09-14 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #25 from Riccardo Alfieri --- Thanks Kevin, this is just to confirm that everything finally works as expected. For posterity, my error was to not use a capture group in the regex included in the check_hashbl_bodyre function. Fi

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-09-14 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 Kevin A. McGrail changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-09-13 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #23 from Riccardo Alfieri --- Would it be better if I move the previous report to a new bug report? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-09-12 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #22 from Riccardo Alfieri --- I managed to port 99% of the functions from our 3.4.x plugin, but I'm encountering some issues with the extraction of cryptowallets addresses. I have a test email with the following BTC wallet in it

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-09-12 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #21 from Riccardo Alfieri --- (In reply to Sidney Markowitz from comment #20) > I haven't been following the rest of this issue, but noticed this comment. > FYI, we released rc2 about a day ago. Thanks I noticed and I'm now run

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-09-12 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 Sidney Markowitz changed: What|Removed |Added CC||sid...@sidney.com --- Comment #2

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-09-12 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #19 from Riccardo Alfieri --- (In reply to Kevin A. McGrail from comment #18) > Can we close this bug? > > Ricardo, if you want to suggest DQS for default rule inclusion, happy to > discuss that as well. Hi Kevin, apologies fo

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-08-20 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #18 from Kevin A. McGrail --- Can we close this bug? Ricardo, if you want to suggest DQS for default rule inclusion, happy to discuss that as well. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #17 from Henrik Krohns --- hashbl_email_domain_alias added, couldn't think of anything needing a more generic solution. Committed revision 1901419. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-27 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #16 from Henrik Krohns --- (In reply to Riccardo Alfieri from comment #15) > Well, two things. One is that we operate on scale, and distributing lists to > hundreds of mirrors in real time is a bandwidth and time consuming proces

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-27 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #15 from Riccardo Alfieri --- (In reply to Henrik Krohns from comment #14) > (In reply to Riccardo Alfieri from comment #13) > > That is exactly what we are doing by normalizing addresses and shipping a > > plugin that normalize

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-27 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #14 from Henrik Krohns --- (In reply to Riccardo Alfieri from comment #13) > That is exactly what we are doing by normalizing addresses and shipping a > plugin that normalize the query on the lookup side. That's assuming SpamAss

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #13 from Riccardo Alfieri --- (In reply to Henrik Krohns from comment #12) > > You can't be sure that everyone uses the same normalization code or newest > version of the code. So in my mind it's far more elegant to just support

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #12 from Henrik Krohns --- (In reply to Riccardo Alfieri from comment #11) > Unfortunately we only list @gmail.com addresses and I think EBL do the same. "To smoothe implementation, the EBL scripts also create hashes of email a

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #11 from Riccardo Alfieri --- Unfortunately we only list @gmail.com addresses and I think EBL do the same. It's not elegant to basically duplicate all @gmail.com listings while a normalization could be done on the lookup side

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #10 from Henrik Krohns --- (In reply to Riccardo Alfieri from comment #9) > > On our plugin there is a simple normalization done with this one liner: > > $email =~ s/\@googlemail\.com/\@gmail\.com/; > > You may want to include

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #9 from Riccardo Alfieri --- About this particular rule: check_sh_emails -- check_hashbl_emails + acl/notag/nodot for gmail stuff I looked at the code and apparently there is no googlemail.com->gmail.com normalization. As you

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #8 from Henrik Krohns --- (In reply to Kevin A. McGrail from comment #7) > Ricardo, can you also take a look at > https://cwiki.apache.org/confluence/display/spamassassin/ > DnsBlocklistsInclusionPolicy to make sure all is good f

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 Kevin A. McGrail changed: What|Removed |Added CC||kmcgr...@apache.org --- Comment

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #6 from Riccardo Alfieri --- Ah, excellent. I'll start testing 4.x as soon as possible -- You are receiving this mail because: You are the assignee for the bug.

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #5 from Henrik Krohns --- (In reply to Riccardo Alfieri from comment #4) > > About these three functions: > > check_sh_hostname -- URIDNSBL already does this? > check_sh_bodyuri_a -- URIDNSBL already does this? > check_sh_bodyur

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #4 from Riccardo Alfieri --- I think you can safely postpone the TODO as those two functions are there but there is no dataset to query (SBL is not 100% correct for this use case, we may publish a dedicated zone in the future) A

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 --- Comment #3 from Henrik Krohns --- Quick status check on current trunk: check_sh_helo -- check_hashbl_tag LASTEXTERNALHELO check_sh_reverse -- check_hashbl_tag LASTEXTERNALDNS check_sh_bodyemail -- check_hashbl_emails host option check_s

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-18 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 Riccardo Alfieri changed: What|Removed |Added CC||riccardo.alfi...@spamteq.co

[Bug 7995] Add more lookups to properly leverage all Spamhaus DQS potential (and a note about DBL)

2022-05-18 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7995 Henrik Krohns changed: What|Removed |Added CC||apa...@hege.li --- Comment #1 from