davew
Mon, 28 Apr 2008 09:23:12 -0700
> >> >> >>I guess the best I could hope for is that when i'm connected via POP3 or >>IMAP, emails that have lines with just the . on them be padded after being >>read from the database, but before being sent to the user. >> >>I could also very well add this to just my copy, if you were to point me to >>the right file and relative line number :) >> >>Thanks for the help btw, I appreciate it. >> >> > > >Let us go through this first. I believe it is something we should handle and >if that proves to be the case we will fix it quickly, we just need to make >sure we do it in the right place so we catch all situations. > > I have now checked the POP3 protocol RFC1939 and it too uses a single dot to terminate the message. This means we will need to escape it in there too so that is probably what is causing your users problems. This does mean that the fix we were planning is partly inappropriate. I'll be looking at this more today.