blob: 52a7f467514be5c50ec1305fbd4d7d7e409e8de3 [file] [log] [blame]
=== DKIMVerify
This mailet verify a message using the DKIM protocol
Sample configuration:
....
<mailet match="All" class="DKIMVerify">
</mailet>
....
By default the mailet assume that Javamail will use LF instead of CRLF
so it will verify the hash using converted newlines. If you don't want this
behaviour then set forceCRLF attribute to false.