Page 1 of 1

FSL_BULK_SIG

Posted: 07 Apr 2018 12:04
by robertboyl
Hi, everyone

I saw some messages about this here from some years ago, but still in doubt...

Is this still an active spamassassin test?

header __FSL_HAS_LIST_UNSUB exists:List-Unsubscribe
meta FSL_BULK_SIG ((DCC_CHECK || RAZOR2_CHECK || PYZOR_CHECK) && !__FSL_HAS_LIST_UNSUB)
describe FSL_BULK_SIG Bulk signature with no Unsubscribe

Had some odd false positive due to its high score of 1,35...

It was a forgot password message... and it scored "Bulk signature with no Unsubscribe".

Seems strange as it depends on DCC, Razor, Pyzor, systems that I also see score wrongly.

Thanks.
Rob

Re: FSL_BULK_SIG

Posted: 09 Apr 2018 07:09
by pdwalker
I don't see it on my system currently

Code: Select all

$ cd /var/lib/spamassassin/3.004001/updates_spamassassin_org
$ grep -r FSL_BULK_SIG .
< no results >
The last time my system used this rule was March 13th:

Code: Select all

MariaDB [mailscanner]> select max(timestamp) from maillog where spamreport like '%FSL_BULK_SIG%';
+---------------------+
| max(timestamp)      |
+---------------------+
| 2018-03-13 03:55:49 |
+---------------------+
1 row in set (1.24 sec)
so it appears to have disappeared only recently.

Re: FSL_BULK_SIG

Posted: 16 Apr 2018 13:38
by robertboyl
Thanks a lot, Pd walker. That helped us to find the issue here on our side.

All the best.