Re: fetchmail

From: Michele Andreoli (m.andreoli@tin.it)
Date: Tue Sep 12 2000 - 14:32:06 CEST


On Tue, Sep 12, 2000 at 08:42:27AM +0200, Zeimet Alex nicely wrote:
> >
> > and remove any "\r" of "\n" symbol you find: I added them as
> > suggestion from a contributor.
>
> Thank you very much for this tip. Now I can get the emails. But the
> messages are not kept on the mailserver, although the "remove_messages"
> is set at "n".

Thank you, because you call "tip" what is an enormous bug to fix.
In Setup, to keep messages on the
server is implemented with REMOVE_MESSAGE=n. But, please look in
/usr/script/pop3.pro. You will find:

                if [ "${flush}" ] ; then
                        send "DELE $next"
                        expect *OK*
                fi

A stupid error; it should be:

                if [ "${flush}" = y ] ; then

Michele

-- 
I'd like to conclude with a positive statement, but I can't 
remember any. Would two negative ones do?       -- Woody Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:15 CET