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);

-- 
-russ nelson <[EMAIL PROTECTED]>  http://crynwr.com/~nelson
Crynwr supports Open Source(tm) Software| PGPok | Good parenting creates
521 Pleasant Valley Rd. | +1 315 268 1925 voice | an adult, not a perfect
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | child.

Reply via email to