blob: 2002c499da0e8d49c79d242953317fb021b62f10 [file] [log] [blame]
=== SPF
Check the ip, sender, helo against SPF. Add the following attributes to the
mail object:
....
org.apache.james.transport.mailets.spf.explanation
org.apache.james.transport.mailets.spf.result
....
Sample configuration:
....
<mailet match="All" class="SPF">
<addHeader>true</addHeader>
<debug>false</debug>
</mailet>
....