AuthResults plugin for SpamAssassin

Introduction

AuthResults is a plugin for SpamAssassin. This module provides an eval test for DomainKeys results passed through the Authentication-Results header to perform reliable domain whitelisting.

Installation

The AuthResults plugin can be used with SpamAssassin provided you already have dk-milter doing the DomainKeys signature verification.

Copy the AuthResults.pm file to your SpamAssassin plugin directory

Configuration

Edit your SpamAssassin configuration file and add the following lines:

loadplugin Mail::SpamAssassin::Plugin::AuthResults
header AUTH_RESULTS eval:check_authresults()
describe AUTH_RESULTS Authentication Results DomainKeys
score AUTH_RESULTS -2

authresults_whitelist elandsys.com

Domains doing DomainKeys signing

Add an authresults_whitelist entry for the domains that you trust. The following domains sign some of their mail with DomainKeys:

  • elandsys.com
  • earthlink.net
  • ebay.com
  • gmail.com
  • resistor.net
  • yahoo.com

Download

The download is provided free of charge.

AuthResults.pm (4 KB)

License

Copyright © 2005 Eland Systems All Rights Reserved.

Licensed under the Apache License, Version 2.0; you may not use this file except in compliance with the License.

 

http://www.elandsys.com/resources/antispam/authresults.html