Ask Bjørn Hansen wrote:
What does qmail do with the extra data if it's there?
It compares the whole line and doesn't handle tabs.
int bmfcheck()
{
int j;
if (!bmfok) return 0;
if (constmap(&mapbmf,addr.s,addr.len - 1)) return 1;
j = byte_rchr(addr.s,addr.len,'@');
if (j < addr.len)
if (constmap(&mapbmf,addr.s + j,addr.len - j - 1)) return 1;
return 0;
}
How about we just add a comment about it in the documentation?
Hmm.
-Johan
--
Johan Almqvist
Irisveien 28
0870 Oslo
Norway
Mobile: +47 40 04 68 21
E-mail: [EMAIL PROTECTED]