fox.cpp
10e173fdb6
check/dkim: Use reason="" instead of comment to provide details
2019-10-21 20:01:21 +03:00
fox.cpp
ac7f4d5bc1
check/dkim: Don't replace reason with "body limit used" on error
...
Additional checks were executed on broken signatures too.
2019-10-21 20:01:21 +03:00
fox.cpp
a87c3de3f2
check/dkim: Always include a Authentcation-Results header field
...
So DMARC can always see that we actually attempted to verify
the signature.
2019-10-21 20:01:21 +03:00
fox.cpp
547f35d41f
check/dkim: Use dkim=permerror instead of dkim=policy.
2019-10-19 19:14:17 +03:00
fox.cpp
ab1fdac45d
Remove check scoring system
...
It fits poorly with limited amount of checks that are (and will be)
implemented in maddy.
Advanced filtering that requires "spam score" logic should be performed
by external software such as rspamd. At this point duplicating that
logic in maddy makes no sense, since it is highly problematic to
integrate it with external software.
2019-10-19 19:12:44 +03:00
fox.cpp
9a6b0e6e31
check/dkim: Apply broken_sig_actions only if all signatures are invalid
...
Mailing lists break DKIM signatures by modifing Subject and other header
fields. They are supposed to either include their own DKIM signature
and/or ARC (RFC 8617) seal.
2019-10-19 16:25:12 +03:00
fox.cpp
130f390544
check/dkim: Improve error logs
...
Don't repeat that signature is broken three times.
2019-10-19 16:01:34 +03:00
fox.cpp
793446678a
check/dkim: Consider signatures with "body limit" tag invalid by default
...
This DKIM feature have dangerous interactions with MIME multipart
messages and so should never be used.
2019-10-19 00:17:00 +03:00
fox.cpp
826f0b6426
check/dkim: Allow requiring certain header fields to be signed
2019-10-18 23:55:03 +03:00
fox.cpp
4de309c65d
check/dkim: Report permerror/temperror in AuthResult instead of generic 'fail'
2019-10-18 23:35:24 +03:00
fox.cpp
3ebe0f43c8
check/dkim: Fix log message including wrong error
2019-10-18 17:06:45 +03:00
fox.cpp
d33d7c5994
verify_dkim: Implement ok_score directive
...
Apparently, it was missing
2019-10-16 02:05:08 +03:00
fox.cpp
55d5d03c9a
check/dkim: Log bad signatures and other errors
2019-10-13 23:40:27 +03:00
fox.cpp
0ac85dd332
module: Remove context.Context from Check interface
...
See previous commit.
2019-10-08 17:21:24 +03:00
fox.cpp
1edd031f6a
module: Revise how inline definition arguments are handled
...
Stop using weird hacks and just pass them to the module, they are
assumed to be aware of inline definition logic anyway.
2019-09-20 18:52:18 +03:00
fox.cpp
a887672239
dkim: Implement minimal DKIM verfication
...
See https://github.com/emersion/go-msgauth/issues/10
for improvements that *should be* made to this initial implementation.
2019-09-18 22:20:04 +03:00