On Wed, 1 Jun 2022, Anne Mitchell via mailop wrote:

I *really* want to see the original email to which MDR is replying, however, ironically, our default install of rspamd rejected it (which is saying a lot because to be rejected by the default install you have to amass 15 points or more...). :-\

I see that the top points were for:

DBL_SPAM (6.5)
RSPAMD_URIBL (4.5)
DCC_REJECT (2) [bulk Body=many Fuz1=16 Fuz2=many rep=71% ]
ABUSE_SURBL (1.5)

..in case that helps the original poster.

There a bunch of domains in common for the first two, but I won't paste them in here as it will likely trip lots of spam filters.

Anne

The general recommendation to relax the filters for e-mails coming from [email protected], due to the very nature of the content posted here.

In my /etc/rspamd/local.d/settings I have this:

--<<--
# no spam filtering for [email protected]
mailop {
        priority = medium;
        from = "[email protected]";

        apply {
                symbols_enabled = [ ];
        }
}
-->>--

which does the job just fine (you may want to tweak that if/as needed), e.g. instead of disabling all symbols as above, you could use:

        groups_disabled = [ "rbl", "surbl" ];

Cheers,
Bernardo
_______________________________________________
mailop mailing list
[email protected]
https://list.mailop.org/listinfo/mailop

Reply via email to