Hi Alex,
Drop or fix the first non-comment line. It does not work.
Explanation: Your regex.h does not support \W and \D (see regex(7), GNU regex manual). That means, the regex code drops connections with recipient domains containing uppercase W and D chars (see your example smtp session).
Ok! Now I have: [!%#:*^(){}] [\(\)] [\{\}] @.*@
And everything works fine!
I found this version of the patch here: http://alex.zeitform.de/qmail/qmail_single_patches/qregex.patch-20020129
Funny, this is my little site. :-)
Wow! I just google for that! Thanks a lot.
[]s, -- Walter.
