-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 > On a related note, is anybody doing conditional greylisting -- e.g., > incoming messages are greylisted if they fail the HELO check, or if > they fail the SPF checks, or things along those lines? Would it be > possible to set that sort of thing up without fully re-implementing > the checks themselves in the greylisting filter?
You can use pythonfilter to do this. On our server, servers that pass one of several checks are not subject to greylisting. One of the checks we do is an spf check. If the server delivering the message passes an spf check, it is not subject to greylisting. Use the whitelist_spf filter in conjunction with the greylist filter. I'm currently working on some modifications to pythonfilter. One of these modifications will allow it to use Courier's spf headers for this check instead of requiring the spf module under python. - -- Yes means no and no means yes. Delete all files [Y]? Joseph C. Lininger, <[email protected]> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) iQEcBAEBCAAGBQJLkKScAAoJEMh8jNraUiwqDDkH/10CWwIDfulHqi2cBXhs5XJ9 7Pu8ISd1C04iz2Tc8j2p+JcpY234xLLmOaSEMuqjcn/siD9fCrCJH7Mo//OpkcPZ UUeej89fJOOtgI/oK/PScGTMC+0joM+LTOItL7/tSwyNkEsh7iDkrlCw49Pv7aXR 6+NKjGczvl8tJw0/LBRGehUwfoaqo++crU9xucycKU9Vso7QIL2GMBJZ51XfDrK1 d9+BhQa+y45rHNp4mDgY14ioNnVeYA0sksJRXQfzhf1UL5SCcd4aKaUWwJrQGdRT KWT1QP3g7HT8Ntdw66K/rS+1hpihmazTc+9wZhrTJc97Q69SF5IQArVgJbbu7yY= =zJzX -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
