News About Features Documentation FAQ ChangeLog Mailinglist Download GIT Screenshots RRDtool MRTG WebQ Logwatch Reporter Latest stable: 2.0.2-1 Latest devel: 2.0.3-0.beta5 |
spf_check() SPF (Sender Permitted From) checker. This scanner can be used to scan for sender's SPF records in content scanner or policy scanner. Usage: spf_check(hard_error=False) Where: hard_error can be set to True, if you want errors raise as exceptions, by default it is turned off. Example: spf_check() New in version 0.8.0. |