Hi Mark
Thanks for the reply - I've subscribed and copied the correct mailing list
now.
Actually there is no such fc.SetHeader() function (assuming fc is the
FILTER_CONTEXT structure) - you may be thinking about the pp.SetHeader()
function (where pp is the PREPROC notification structure). I'm awa
I love this community, you guys are really patient. Backslashes..
If you want to use single backslashed, you probably need to use "r" in front
of the string
http://docs.python.org/ref/strings.html
I strongly recommend anyone new to python to get :-
1. learning python from Mark lutz
2. pytho