crooks / PyClean

A Usenet spamfilter written in Python
GNU General Public License v3.0
4 stars 4 forks source link

Feature Request: Options to disable filters (EMP/FSL/IHN/etc.) #3

Open jrehmer opened 2 years ago

jrehmer commented 2 years ago

It would be nice to have options available in pyclean.cfg to enable/disable specific filters. I believe at least some of the filters had a similar option in the Cleanfeed days, but it has been years since I've looked at that code.

Julien-Elie commented 2 years ago

I would suggest parametering them like:

body_ceiling = 100000000
body_threshold = 99999999

And the EMP won't normally be triggered.

Yes, I know that options to activate/deactivate filters are a better solution; but they currently do not exist...