spf-discuss
[Top] [All Lists]

Re: Unified SPF works in progress now in alpha

2004-07-04 10:23:46
On Sun, Jul 04, 2004 at 01:39:48AM -0700, william(at)elan.net wrote:
| 
| My understanding is that scope parameter type of macro. How can this be 
| used if I want to have different list of ips (or in general different set 
| of records) for different identities, i.e. for ehlo valid ip are
| 192.168.1.0/24 while for mail-from its entire 192.168.0.0/16 and
| I want to represent this as one SPF record. Please give an example.
| 

  mydomain.com "v=spf1 redirect=%{e}._spf.%{d}"
  helo._spf.mydomain.com "v=spf1 ip4:192.168.1.0/24 -all"
  mail-from._spf.mydomain.com "v=spf1 ip4:192.168.0.0/16 -all"