You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, emails get an invalid DKIM signature. I wrote about these to [email protected], but perhaps here's a better place. It's a long thread so I'll reproduce highlights of it here:
Using a fairly typical OpenSMTPD+rspamd setup, I'm finding that emails sent that have the ^L escape in them or end with a trailing space and a newline come out with an invalid DKIM signature. Something basic like:
filter rspamd proc-exec "filter-rspamd"
listen on ... filter rspamd
Everything else is otherwise pretty default and vanilla.
Here are two emails that exhibit the issue in mbox format, so you can open these with mutt -f ./file.mbx and then use b to bounce them through opensmtpd+rspamd.
@vstakhov
Sometimes, emails get an invalid DKIM signature. I wrote about these to [email protected], but perhaps here's a better place. It's a long thread so I'll reproduce highlights of it here:
Using a fairly typical OpenSMTPD+rspamd setup, I'm finding that emails sent that have the ^L escape in them or end with a trailing space and a newline come out with an invalid DKIM signature. Something basic like:
filter rspamd proc-exec "filter-rspamd"
listen on ... filter rspamd
Everything else is otherwise pretty default and vanilla.
Here are two emails that exhibit the issue in mbox format, so you can open these with
mutt -f ./file.mbx
and then useb
to bounce them through opensmtpd+rspamd.Try sending these messages through OpenSMTPD + rspamd, and you'll find that invariably the signature is wrong.
The text was updated successfully, but these errors were encountered: