Mark Constable writes:

On 27 Jan 2008 01:29, Alessandro Vesely wrote:
What's wrong? The program queries "nets.messagelabs.com",
i.e. the "%{ir}" macro results in a null string expansion.

After tinkering a bit I applied the attached patch and the same
command line above this time gave a "pass". You may have the same
problem, if it hasn't been already fixed.

Well after a long long weekend waiting for another business
day I'm happy to report that this patch to spf.c indeed fixes
the problem we were having. Thank you very much Alessandro!!!

@@ -1390,7 +1390,7 @@
-       if (transformer_count > n)
+       if (transformer_count > n || transformer_count <= 0)


Sam, is there any chance this could be applied soon ?

Taken care of.

Attachment: pgpiCrZYeJdqG.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to