
gerberb at zenez
Mar 29, 2007, 1:03 PM
Post #2 of 3
(1754 views)
Permalink
|
On Thu, 29 Mar 2007, Stuart D. Gathman wrote: > This is pyspf specific. > > In addition to making get_header() RFC4408 compliant :-}, I have > provided for adding additional x-name=val pairs to the header. > > Typical usage is like this: > > gres = 'pass' > hres = 'neutral' > self.add_header('Received-SPF',q.get_header( > q.result,receiver,bestguess=gres,helo_spf=hres),0) > > For the custom keys, 'x-' is prepended and '_' becomes '-'. So > bestguess becomes 'x-bestguess=pass' and helo_spf becomes > 'x-helo-spf=neutral'. > > Is that good? Should I not force the custom keys to have 'x-'? Yes, I like this. I do think custom keys should be forced to this. -- Boyd Gerber <gerberb [at] zenez> ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 ------- To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?list_id=1007
|