Re: fetchmail

From: Arvid Nymoen (anymo@powertech.no)
Date: Mon Sep 11 2000 - 21:47:30 CEST


At 11:12 11.09.00 +0200, Michele Andreoli wrote:
>Please, open the file /usr/script/net.lib and locate the function
>send():
>----------------------------------
>send()
>{
>echo -e "$@"
>echo "sent [$@]" >> $LOGFILE
>}
>--------------------------------
>
>and remove any "\r" of "\n" symbol you find: I added them as
>suggestion from a contributor.

Aha! I compared the mu 9.5 net.lib to the mu 7.6 net.lib:
9.5: echo -e "$@\r\n" 7.6: echo -e "$@\r"

I removed the \n from mu 9.5, but kept the \r since it was
part of the fully working 7.5 fetchmail utility,
then tested the mu 9.5 fetchmail again. It now works OK!

Than you, Michele.
Arvid

 

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