[Rspamd-Users] messages tagged as spam when sending encrypted and signed via Thunderbird

David Mehler dave.mehler at gmail.com
Sat Apr 25 21:29:32 UTC 2020


Hello,

Thank you everyone for your replies.

In answer my rewrite_subject is set to 4.

My keywords_bl has two entries one for a loan the other for false
bitcoin messages:

#cat maps/keyword_bl.map
/loan/
/\s+[13][a-km-zA-HJ-NP-Z1-9]{25,34} #Bitcoin

Here is my dkim_signing.conf file with the suggested try_fallback option:


#cat dkim_signing.conf
# If false, messages from local networks are not selected for signing
 sign_local = true;
 # If true, envelope/header domain mismatch is ignored
 allow_hdrfrom_mismatch = true;
 # If true, username does not need to contain matching domain
 allow_username_mismatch = true;
try_fallback = false;

Here is a dropbox link to my rspamadm configdump if it helps.

Thanks.
Dave.

https://www.dropbox.com/s/jvvkalee2njpuwa/rspamd.log?dl=0

On 4/23/20, Arno Welzel <privat at arnowelzel.de> wrote:
> Arno Welzel:
>
> [...]
>> If you don't use DKIM at all, disable the module by adding "enable =
>> fale" to /etc/rspamd/local.d/dkim_signing.conf.
>
> Typo... of course "enabled = false" and not "enable = fale".
>
> Also see here: <https://rspamd.com/doc/modules/dkim_signing.html>
>
>
> All the best,
> Arno
> --
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users
>


More information about the Users mailing list