From dfa6a7c9f143eb5fd5a94f8de9acc6f1cc422286 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 30 Dec 1998 18:15:59 +0000 Subject: Geocities info from Pavel Roskin. svn path=/trunk/; revision=2298 --- fetchmail-FAQ.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 185fa57a..e9c7e2a7 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1998/12/29 00:11:13 $ +$Date: 1998/12/30 18:15:59 $

Frequently Asked Questions About Fetchmail

@@ -1317,10 +1317,14 @@ fetchmail. This can solve problems if your MUA interprets Received continuations as body lines and doesn't parse any of the following headers.

-Workaround: +Workaround is to use "mda" keyword or "-mda" switch:

-mda "sed -e1,2D | formail | /usr/bin/procmail -d <user>"
+mda "sed -e '1s/^\t/Received: /' | formail | /usr/bin/procmail -d <user>"
 
+Replace \t with exactly one tabulation character. + +You should also consider using "fetchall" option because Geocities' servers +sometimes think that the first 45 messages have already been read.

Fix: Get an email provider that doesn't suck. Geocities' pop-up adds are lame, you should boycott them anyway.

@@ -2240,7 +2244,7 @@ Re-ordering messages is a user-agent function, anyway.

Back to Fetchmail Home Page To Site Map -$Date: 1998/12/29 00:11:13 $ +$Date: 1998/12/30 18:15:59 $

Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3