[Rspamd-Users] Excluding local mailbox

Alexander Moisseev moiseev at mezonplus.ru
Mon Jun 24 07:00:37 UTC 2024


24.06.2024 5:47, luchris--- via Users пишет:
> 
> How do I exclude a specific local mailbox from being scanned by rspamd for incoming emails?
> 

If you want to bypass ALL of processing, you can use the want_spam attribute in user settings [1]

whitelist {
	priority = low;
	rcpt = "postmaster at example.com";
	want_spam = yes;
}

Alternatively you can apply rules selectively.


1. https://rspamd.com/doc/configuration/settings.html


More information about the Users mailing list