View Single Post

  #2 (permalink)  
Old 01-12-2004
Cameron Kerr
 
Posts: n/a
Default Re: fetchmail effectively disabled by incorrect header

Timo Nentwig <tcn@spamgourmet.com> wrote:
> Hi!
>
> An invalid spam mail effectively disables fetchmail:


> fetchmail: message delimiter found while scanning headers
> flushed


> Is fetchmail serious by quitting?? Why doesn't it just download all the
> other mails? Today I found 290 mail in my inbox which were not downloaded
> because mail #197 was invalid. Is fetchmail kidding me?


It does seem to be buggish behaivour. I suggest you report it. It may
well be that it quits because it no longer knows where the end of that
message may be.

If you have access to webmail you could delete it easily enough, or you
could use telnet to make a POP session by hand and delete it.

telnet popserver pop3
user bob
pass bobpassword
list
#Check that it's message X
head X
dele X
quit

--
Cameron Kerr
cameron.kerr@paradise.net.nz : http://nzgeeks.org/cameron/
Empowered by Perl!
Reply With Quote