Lyndon Eaton wrote:
I'm having a problem with a macro, which I would assume is either being
caused by my SPF record being incorrect, or the SPF handler at the
recipient end not running the macro correctly.
I'm using the following as my SPF record: v=spf1 mx/26
exists:%(l).%(d).%(i).spf.uksubnet.net -all
http://spf.pobox.com/macros.html suggests to me that you should be using curly
brackets, not round ones:
GOOD: v=spf1 mx/26 exists:%{l}.%{d}.%{i}.spf.uksubnet.net -all
BAD: v=spf1 mx/26 exists:%(l).%(d).%(i).spf.uksubnet.net -all
Cheers, Paul.