Conversation
Notices
-
Embed this notice
Sick Sun (sun@shitposter.world)'s status on Wednesday, 04-Dec-2024 22:58:08 JST Sick Sun @jeffcliff spamassassin takes a ruleset, which is usually string matches, and assigns custom scores to a piece of data. then you can set thresholds for scores to accept or reject it -
Embed this notice
Sick Sun (sun@shitposter.world)'s status on Wednesday, 04-Dec-2024 23:02:25 JST Sick Sun @asa @jeffcliff I am not sure if I wrote something in Elixir if it would be remotely as efficient as something like SpamAssassin -
Embed this notice
Asa (asa@shitposter.world)'s status on Wednesday, 04-Dec-2024 23:02:26 JST Asa @sun @jeffcliff can't you do this yourself easily -
Embed this notice
Sick Sun (sun@shitposter.world)'s status on Wednesday, 04-Dec-2024 23:26:59 JST Sick Sun @i @jeffcliff @asa I thought it needed stuff in mailbox format or something but I'll look at it carefully -
Embed this notice
:blank: (i@declin.eu)'s status on Wednesday, 04-Dec-2024 23:27:00 JST :blank: @sun @jeffcliff @asa that something like spamassassin, is offered by spamassassin itself https://github.com/apache/spamassassin/tree/trunk/spamd -
Embed this notice
:blank: (i@declin.eu)'s status on Wednesday, 04-Dec-2024 23:33:02 JST :blank: @sun @jeffcliff @asa there's a protocol you have to talk, but it's not that horrible, https://github.com/apache/spamassassin/blob/trunk/spamd/PROTOCOL In conversation permalink Attachments
Sick Sun likes this. -
Embed this notice
Sick Sun (sun@shitposter.world)'s status on Wednesday, 04-Dec-2024 23:43:16 JST Sick Sun @i @jeffcliff @asa @toiletpaper yeah this, want a spam filter In conversation permalink -
Embed this notice
⚡Eineygður Flakkari⚡ (toiletpaper@shitposter.world)'s status on Wednesday, 04-Dec-2024 23:43:18 JST ⚡Eineygður Flakkari⚡ @sun @i @asa @jeffcliff
I've been running spamassassin (spamd) for decades, all I've ever had to do is roughly the following. Mind you my postfix smtpd_recipient_restrictions (ie. check_sender_access, check_recipient_access, reject_rbl_client, etc) and fail2ban pretty much eliminate the need for it for all intents and purposes.
sa-learn --no-sync --spam ~/Maildir/spam/*
sa-learn --no-sync --ham ~/Maildir/ham/*In conversation permalink -
Embed this notice
:blank: (i@declin.eu)'s status on Wednesday, 04-Dec-2024 23:43:18 JST :blank: @toiletpaper @jeffcliff @asa @sun yeah but this is probably for spamfiltering activitypub messages, and a whole new set of filters would need to be written to be effective In conversation permalink
-
Embed this notice