Russell Nelson:

> Peter Schuller writes:
>> I want it off, because adding an extra line will screw up things like
>> potential PGP signatures (i.e. one cannot verify the message without first
>> manually removing a line).

> There's one line in qmail-pop3d.c that says:

>   put("\r\n.\r\n",5);

> Change it so it says:

>   put(".\r\n",5);

Wouldn't that be
 
        put(".\r\n",3); 

[...]

-- 

Joerg Lenneis

email: [EMAIL PROTECTED]

Reply via email to