Re: more fetchmail questions
Chris Flipse wrote:
...
>I say until now because I hadn't noticed my setup's behavior where
>bounced mail is concerned -- basically, fetchmail grabs the mail, shunts
>it to my local sendmail deamon, and tries to deliver it.
>
>The problem is that when sendmail cannot deliver it, it sends out a
>bounce message, and the fetchmail client terminates the fetch, since it
>is unable to deliver the mail. Which is fine, and desireable behavior.
>What isn't desireable is that fetchmail leaves the offending piece of
>mail on the server, to be bounced *again* the next time fetchmail is
>run.
>
>So, basically ... how on earth do I get rid of a piece of mail from my
>server when my local sendmail can't deliver it?
What I have done in a like case was to connect to the server with telnet
on the pop-3 port and delete the message by hand. It goes something like
this:
telnet mail-server pop-3 # connect to the server
user uuuu # give it your username
pass pppp # give it your password
retr 1 # assuming message 1 is the problem
# this should let you see the message
dele 1 # delete it
quit # quit!
Check the RFC's for the correct syntax; once you are connected, you may
be able to say `help' - I can't remember.
--
Vote against SPAM: http://www.politik-digital.de/spam/
========================================
Oliver Elphick Oliver.Elphick@lfix.co.uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"Love not the world, neither the things that are in
the world. If any man love the world, the love of the
Father is not in him." I John 2:15
Reply to: