Rspamd 3.12.0 released with Ollama support, separate read and write servers in fuzzy check, HEIC file support, added proxy features, better error handling and various bug fixes

https://docs.rspamd.com/changelog

#rspamd #milter #spamfilter #opensource #freesoftware

Changelog | Rspamd Documentation

View all changes and releases for this project

I've released an SPF filter for OpenSMTPD: https://netsend.nl/opensmtpd-filter-spf/

#opensmtpd #milter #spf

I've created a spamtrap filter for OpenSMTPD. If you have any dedicated traps sprinkled around or maybe some old e-mail addresses that are only used by spammers these days, you can use them to protect your other mailboxes.

https://netsend.nl/opensmtpd-filter-spamtrap/

#opensmtpd #milter #spam

The #MIMEDefang Project has a major update coming in v3.5, with the work mostly done by Giovanni Bechis. Substantial feature additions and bug fixes! MIMEDefang is one of the most mature and versatile tools for mail filtering via the Milter API (available in Sendmail and Postfix.) It has been my personal years-long favorite tool for hooking #SpamAssassin into MTAs, long before I joined the project.
The first release candidate is at https://github.com/The-McGrail-Foundation/MIMEDefang/releases/tag/v3.5-rc1

#spam #email #InfoSec #Milter

Release MIMEDefang 3.5-rc1 · The-McGrail-Foundation/MIMEDefang

improve how filter elapsed time is calculated remove socket file on exit add an option to disable DKIM header lines wrap simplify newline and return/newline handling in DKIM signatures add action_g...

GitHub

Playing around with a #milter with #postfix and discovered that there is a quatantine feature that moves affected mails into a seperated hold queue! It even supports to set a reason from the milter!

Only problem? For the last 12 years postfix does abolutely nothing with that information. Nice xD So if I want to use that in my milter I need a seperate quatantine log that records the reason with the queueid of the message...

Mailmunge

JUST RELEASED!
#MIMEDefang 3.4.1, the mature #milter that lets you integrate #SpamAssassin, #ClamAV, and other filtering tools with #Sendmail, #Postfix, or any other milter-capable #MTA and to enact any #email policy or practice that you can express in #Perl.

https://mimedefang.org

MIMEDefang

MIMEDefang

MIMEDefang

Question:
Is there a postfix milter that can generate and send TLS-RPT?

#smtp #mta #postfix #milter #askfediverse #askfedi

One thing I'd like to do is move the #SRS portion of the mail stuff into #rspamd. rspamd can trivially rewrite the envelope from as a #milter. I just hardcoded bounces@server as a test, and that worked fine; so the question is how much work implementing SRS itself will be in #Lua.

This would avoid the need for #postsrsd and #postforward.

Cómo crear milters en Python y configurar Postfix para filtrar correo - Poesía Binaria

Una de las herramientas fundamentales a la hora de montar nuestro propio servidor de correo es la implementación de filtros (Mail Filters) para seleccionar

Poesía Binaria