[Rspamd-Users] Filtering for Buzzwords

Steve Witten caponecicero at gmail.com
Sun Aug 25 17:47:28 UTC 2024


Take a look at the rules you get with SpamAssassin...  These are a rich
collection of regexps that will probably meet your needs.  You'll have to
write a script to filter them out and store them in some kind of collection
that rspamd can use but, if you're using rspamd in the first place, that
should be a trivial exercise.

Most of them look like this:

*body GUARANTEED_100_PERCENT     /100% GUARANTEED/i*

*describe GUARANTEED_100_PERCENT One hundred percent guaranteed*

There are exceptions of course.  You can use the rule name
(GUARANTEED_100_PERCENT) as the rspamd symbol name.

--
Steve Witten
Portland, OR

On Sun, Aug 25, 2024 at 9:45 AM sebastian at debianfan.de <
sebastian at debianfan.de> wrote:

> Hi everybody,
>
> where can i filter for buzzwords - for example buzzword "Bitcoin" get +5
> spampoints?
>
> Tnx
> Sebastian
> --
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users
>


More information about the Users mailing list