FSL_BULK_SIG

General eFa discussion
Post Reply
robertboyl
Posts: 25
Joined: 09 Feb 2015 11:29

FSL_BULK_SIG

Post 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
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: FSL_BULK_SIG

Post 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.
robertboyl
Posts: 25
Joined: 09 Feb 2015 11:29

Re: FSL_BULK_SIG

Post by robertboyl »

Thanks a lot, Pd walker. That helped us to find the issue here on our side.

All the best.
Post Reply