latest version: dkimverified-1.3.tar
tested with: Roundcube 0.3.1
This plugin for roundcube is a modified version of the DKIM plugin from Vladimir Mach.
Instead of checking the Authentication-Result header, it controls the X-Spam-Status header that SpamAssassin adds after checking the email.
If this header contains the value DKIM_VERIFIED, the plugin displays a green mark icon (the sender is authentified). If not, it displays a red cross icon.
For example, if the following header is present:
X-Spam-Status: No, score=1.4 required=8.0 tests=AWL,DKIM_SIGNED,DKIM_VERIFIED,
HTML_MESSAGE autolearn=ham version=3.2.5
The email will be displayed as follow:
_________________________________________________________
At SpamAssassin's level, the DKIM plugin must be activated. The configuration must contain the following line:
loadplugin Mail::SpamAssassin::Plugin::DKIM
And the Perl library Mail::DKIM must be installed on the system where SpamAssassin is running.