From: Andrew Longland-M. <an...@lo...> - 2006-06-28 15:23:05
|
Hello list members, I hope someone can help me - I can't be the only person to have ever run into this problem. I've read the FAQ, but that doesn't seem to describe my situation and I've tried everything I can think of. Here's my setup: fetchmail version: 6.3.4 Kernel: 2.6.16-1.2080.13.rdt.rhfc5.ccrma ISP: Freenetname.co.uk My ISP provides forwarding from my own domain, and each and every email I receive has a proper Envelope-to; header. I want to have mail for (mypartner)@(mydomain).me.uk delivered to localuser (mypartner) and everything else delivered to localuser (me). Here's my .fetchmailrc file: set postmaster "(me)" set bouncemail set no spambounce set properties "" #set daemon 900 poll mail.freenetname.co.uk with proto POP3 envelope "Envelope-to" user "(username)@freenetname.co.uk" with password "(*******)" to "(mypartner)@(mydomain).me.uk"="(mypartner)" "(username)@freenetname.co.uk"="(me)" "(myname)@(mydomain).me.uk"="(me)" here options keep fetchall Now, I think this is setup correctly, following the example in the man page for a multi-drop setup, and indeed fetchmail seems to be using the Envelope-to address according to the output of 'fetchmail -v -v' but it simply isn't doing what it's supposed to and matching the server names to the local names! Everything still gets delivered to (me) and contains a header of the form - X-Fetchmail-Warning: recipient address (Envelope-to address) didn't match any local name Does anyone have any suggestions? Regards Andrew |
From: Andrew Longland-M. <an...@lo...> - 2006-06-28 20:24:29
|
Rob, Thanks for the quick reply... > >> My ISP provides forwarding from my own domain, and each and every email >> I receive has a proper Envelope-to; header. > >Sample header, plus contents of .fetchmailrc? > Sample header is Envelope-to: an...@lo... Received: from lists.gnu.org ([199.232.76.165]) by mx14.global.net.uk with esmtp (Exim 4.42) id 1FvZD5-0004RH-RF for an...@lo...; Wed, 28 Jun 2006 13:32:09 +0100 Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvZD2-00010J-KI for an...@lo...; Wed, 28 Jun 2006 08:31:56 -0400 From: lil...@gn... Subject: lilypond-user Digest, Vol 43, Issue 73 To: lil...@gn... Reply-To: lil...@gn... MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-BeenThere: lil...@gn... X-Mailman-Version: 2.1.5 Precedence: list List-Id: LilyPond user discussion <lilypond-user.gnu.org> List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/lilypond-user>, <mailto:lil...@gn...?subject=unsubscribe> List-Archive: <http://lists.gnu.org/pipermail/lilypond-user> List-Post: <mailto:lil...@gn...> List-Help: <mailto:lil...@gn...?subject=help> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/lilypond-user>, <mailto:lil...@gn...?subject=subscribe> Sender: lilypond-user-bounces+andrew=lon...@gn... Errors-To: lilypond-user-bounces+andrew=lon...@gn... X-BV-Spam-Score: 1.6 (+) X-Envelope-From: lilypond-user-bounces+andrew=lon...@gn... I did include my .fetchmailrc in my first post (with some obfuscation!) >> X-Fetchmail-Warning: recipient address (Envelope-to address) didn't >> match any local name >> >> Does anyone have any suggestions? > >Output of "fetchmail --nosyslog --nodetach -v -v -v" showing this, >along with the contents of your SMTP server's mail log for the same >mail would be useful. > Here is the output of "fetchmail --nosyslog --nodetach -v -v -v". I've edited for size, but there is nothing different for any of the other messages. fetchmail: 6.3.4 querying mail.freenetname.co.uk (protocol POP3) at Wed 28 Jun 2006 18:51:32 BST: poll started fetchmail: POP3< +OK freenetname.co.uk POP3 server ready to roll [80.189.80.146] fetchmail: POP3> CAPA fetchmail: POP3< -ERR non-existant command fetchmail: POP3< +OK freenetname.co.uk POP3 server ready to roll [80.189.80.146] fetchmail: POP3> USER mee...@fr... fetchmail: POP3< +OK Password required for mee...@fr... fetchmail: POP3> PASS * fetchmail: POP3< +OK Maildrop locked and loaded fetchmail: selecting or re-polling default folder fetchmail: POP3> STAT fetchmail: POP3< +OK 13 92562 13 messages for mee...@fr... at mail.freenetname.co.uk (92562 octets). fetchmail: POP3> LIST 1 fetchmail: POP3< +OK 1 875 fetchmail: POP3> RETR 1 fetchmail: POP3< +OK 875 octets reading message mee...@fr...@mail.freenetname.co.uk:1 of 13 (875 octets) About to rewrite From: Andrew Longland-Meech <an...@lo...> Rewritten version is From: Andrew Longland-Meech <an...@lo...> About to rewrite To: mee...@fr... Rewritten version is To: mee...@fr... fetchmail: no local matches, forwarding to schmoo fetchmail: SMTP< 220 localhost.localdomain ESMTP Sendmail 8.13.6/8.13.6; Wed, 28 Jun 2006 18:51:33 +0100 fetchmail: SMTP> EHLO localhost.localdomain fetchmail: SMTP< 250-localhost.localdomain Hello localhost.localdomain [127.0.0.1], pleased to meet you fetchmail: SMTP< 250-ENHANCEDSTATUSCODES fetchmail: SMTP< 250-PIPELINING fetchmail: SMTP< 250-8BITMIME fetchmail: SMTP< 250-SIZE fetchmail: SMTP< 250-DSN fetchmail: SMTP< 250-ETRN fetchmail: SMTP< 250-DELIVERBY fetchmail: SMTP< 250 HELP fetchmail: forwarding to localhost fetchmail: SMTP> MAIL FROM:<an...@lo...> BODY=7BIT SIZE=875 fetchmail: SMTP< 250 2.1.0 <an...@lo...>... Sender ok fetchmail: SMTP> RCPT TO:<schmoo@localhost> fetchmail: SMTP< 250 2.1.5 <schmoo@localhost>... Recipient ok fetchmail: SMTP> DATA fetchmail: SMTP< 354 Enter mail, end with "." on a line by itself fetchmail: message mee...@fr...@mail.freenetname.co.uk:1 was not the expected length (903 actual != 875 expected) fetchmail: SMTP>. (EOM) fetchmail: SMTP< 250 2.0.0 k5SHpX1K005829 Message accepted for delivery not flushed fetchmail: POP3> LIST 2 fetchmail: POP3< +OK 2 863 fetchmail: POP3> RETR 2 fetchmail: POP3< +OK 863 octets reading message mee...@fr...@mail.freenetname.co.uk:2 of 13 (863 octets) About to rewrite From: Andrew Longland-Meech <an...@lo...> Rewritten version is From: Andrew Longland-Meech <an...@lo...> About to rewrite To: ma...@lo... Rewritten version is To: ma...@lo... fetchmail: no local matches, forwarding to schmoo fetchmail: forwarding to localhost fetchmail: SMTP> MAIL FROM:<an...@lo...> BODY=7BIT SIZE=863 fetchmail: SMTP< 250 2.1.0 <an...@lo...>... Sender ok fetchmail: SMTP> RCPT TO:<schmoo@localhost> fetchmail: SMTP< 250 2.1.5 <schmoo@localhost>... Recipient ok fetchmail: SMTP> DATA fetchmail: SMTP< 354 Enter mail, end with "." on a line by itself fetchmail: message mee...@fr...@mail.freenetname.co.uk:2 was not the expected length (891 actual != 863 expected) fetchmail: SMTP>. (EOM) fetchmail: SMTP< 250 2.0.0 k5SHpX1L005829 Message accepted for delivery not flushed <SNIP>--------------------------------------------------------------- fetchmail: POP3> LIST 9 fetchmail: POP3< +OK 9 19866 fetchmail: POP3> RETR 9 fetchmail: POP3< +OK 19866 octets reading message mee...@fr...@mail.freenetname.co.uk:9 of 13 (19866 octets) About to rewrite From: lil...@gn... Rewritten version is From: lil...@gn... About to rewrite To: lil...@gn... Rewritten version is To: lil...@gn... About to rewrite Reply-To: lil...@gn... Rewritten version is Reply-To: lil...@gn... About to rewrite Sender: lilypond-user-bounces+andrew=lon...@gn... Rewritten version is Sender: lilypond-user-bounces+andrew=lon...@gn... fetchmail: no local matches, forwarding to schmoo fetchmail: forwarding to localhost fetchmail: SMTP> MAIL FROM:<lilypond-user-bounces+andrew=lon...@gn...> BODY=8BITMIME SIZE=19866 fetchmail: SMTP< 250 2.1.0 <lilypond-user-bounces+andrew=lon...@gn...>... Sender ok fetchmail: SMTP> RCPT TO:<schmoo@localhost> fetchmail: SMTP< 250 2.1.5 <schmoo@localhost>... Recipient ok fetchmail: SMTP> DATA fetchmail: SMTP< 354 Enter mail, end with "." on a line by itself ..................fetchmail: message mee...@fr...@mail.freenetname.co.uk:9 was not the expected length (20615 actual != 19866 expected) fetchmail: SMTP>. (EOM) fetchmail: SMTP< 250 2.0.0 k5SHpX1S005829 Message accepted for delivery not flushed <SNIP>--------------------------------------------------------------- fetchmail: POP3> QUIT fetchmail: POP3< +OK freenetname.co.uk POP3 server signing off fetchmail: SMTP> QUIT fetchmail: SMTP< 221 2.0.0 localhost.localdomain closing connection fetchmail: 6.3.4 querying mail.freenetname.co.uk (protocol POP3) at Wed 28 Jun 2006 18:51:57 BST: poll completed fetchmail: not swapping UID lists, no UIDs seen this query fetchmail: Deleting fetchids file. fetchmail: normal termination, status 0 fetchmail: Deleting fetchids file. Also a copy of /var/spool/maillog. I don't know if this is what you wanted. Jun 28 18:51:35 localhost sendmail[5829]: k5SHpX1K005829: from=<an...@lo...>, size=1156, class=0, nrcpts=1, msgid=<1151354705.2459.10.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:35 localhost sendmail[5830]: k5SHpX1K005829: to=<schmoo@localhost>, delay=00:00:02, xdelay=00:00:00, mailer=local, pri=31356, dsn=2.0.0, stat=Sent Jun 28 18:51:37 localhost sendmail[5829]: k5SHpX1L005829: from=<an...@lo...>, size=1141, class=0, nrcpts=1, msgid=<1151354739.2459.14.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:37 localhost sendmail[5832]: k5SHpX1L005829: to=<schmoo@localhost>, delay=00:00:02, xdelay=00:00:00, mailer=local, pri=31341, dsn=2.0.0, stat=Sent Jun 28 18:51:37 localhost sendmail[5829]: k5SHpX1M005829: from=<an...@lo...>, size=2047, class=0, nrcpts=1, msgid=<1151354758.2459.16.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:38 localhost sendmail[5834]: k5SHpX1M005829: to=<schmoo@localhost>, delay=00:00:01, xdelay=00:00:01, mailer=local, pri=32243, dsn=2.0.0, stat=Sent Jun 28 18:51:39 localhost sendmail[5829]: k5SHpX1N005829: from=<an...@lo...>, size=2047, class=0, nrcpts=1, msgid=<1151354767.2459.18.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:39 localhost sendmail[5836]: k5SHpX1N005829: to=<schmoo@localhost>, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=32243, dsn=2.0.0, stat=Sent Jun 28 18:51:41 localhost sendmail[5829]: k5SHpX1O005829: from=<an...@lo...>, size=2047, class=0, nrcpts=1, msgid=<1151354796.2459.20.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:41 localhost sendmail[5838]: k5SHpX1O005829: to=<schmoo@localhost>, delay=00:00:02, xdelay=00:00:00, mailer=local, pri=32243, dsn=2.0.0, stat=Sent Jun 28 18:51:42 localhost sendmail[5829]: k5SHpX1P005829: from=<an...@lo...>, size=1151, class=0, nrcpts=1, msgid=<1151354727.2459.12.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:42 localhost sendmail[5841]: k5SHpX1P005829: to=<schmoo@localhost>, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=31351, dsn=2.0.0, stat=Sent Jun 28 18:51:43 localhost sendmail[5829]: k5SHpX1Q005829: from=<an...@lo...>, size=2035, class=0, nrcpts=1, msgid=<1151354837.2459.24.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:43 localhost sendmail[5843]: k5SHpX1Q005829: to=<schmoo@localhost>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32231, dsn=2.0.0, stat=Sent Jun 28 18:51:46 localhost sendmail[5829]: k5SHpX1R005829: from=<an...@lo...>, size=2047, class=0, nrcpts=1, msgid=<1151354854.2459.26.camel@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:46 localhost sendmail[5845]: k5SHpX1R005829: to=<schmoo@localhost>, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=32243, dsn=2.0.0, stat=Sent Jun 28 18:51:51 localhost sendmail[5829]: k5SHpX1S005829: from=<lilypond-user-bounces+andrew=lon...@gn...>, size=20146, class=-30, nrcpts=1, msgid=<200606281751.k5SHpX1S005829@localhost.localdomain>, bodytype=8BITMIME, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:51 localhost sendmail[5847]: k5SHpX1S005829: to=<schmoo@localhost>, delay=00:00:02, xdelay=00:00:00, mailer=local, pri=104440, dsn=2.0.0, stat=Sent Jun 28 18:51:53 localhost sendmail[5829]: k5SHpX1T005829: from=<su...@th...>, size=19276, class=0, nrcpts=1, msgid=<20060628152751.21600.qmail@keila>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:53 localhost sendmail[5849]: k5SHpX1T005829: to=<schmoo@localhost>, delay=00:00:02, xdelay=00:00:00, mailer=local, pri=49476, dsn=2.0.0, stat=Sent Jun 28 18:51:54 localhost sendmail[5829]: k5SHpX1U005829: from=<su...@th...>, size=20838, class=0, nrcpts=1, msgid=<20060628160510.12010.qmail@keila>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:54 localhost sendmail[5851]: k5SHpX1U005829: to=<schmoo@localhost>, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=51038, dsn=2.0.0, stat=Sent Jun 28 18:51:55 localhost sendmail[5829]: k5SHpX1V005829: from=<lilypond-user-bounces+andrew=lon...@gn...>, size=9176, class=-30, nrcpts=1, msgid=<200606281751.k5SHpX1V005829@localhost.localdomain>, bodytype=7BIT, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:55 localhost sendmail[5853]: k5SHpX1V005829: to=<schmoo@localhost>, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=93470, dsn=2.0.0, stat=Sent Jun 28 18:51:57 localhost sendmail[5829]: k5SHpX1W005829: from=<su...@th...>, size=13098, class=0, nrcpts=1, msgid=<20060628161055.8573.qmail@keila>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Jun 28 18:51:57 localhost sendmail[5856]: k5SHpX1W005829: to=<schmoo@localhost>, delay=00:00:02, xdelay=00:00:00, mailer=local, pri=43298, dsn=2.0.0, stat=Sent Sorry for such a long post. I hope this helps with diagnosing the problem. Thanks in advance for any help. Regards, Andrew |
From: Rob M. <rob...@gm...> - 2006-06-28 19:16:02
|
On 6/28/06, Andrew Longland-Meech <an...@lo...> wrote: > Hello list members, > > I hope someone can help me - I can't be the only person to have ever run > into this problem. I've read the FAQ, but that doesn't seem to describe > my situation and I've tried everything I can think of. > > Here's my setup: > > fetchmail version: 6.3.4 > My ISP provides forwarding from my own domain, and each and every email > I receive has a proper Envelope-to; header. Sample header, plus contents of .fetchmailrc? > X-Fetchmail-Warning: recipient address (Envelope-to address) didn't > match any local name > > Does anyone have any suggestions? Output of "fetchmail --nosyslog --nodetach -v -v -v" showing this, along with the contents of your SMTP server's mail log for the same mail would be useful. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Matthias A. <mat...@gm...> - 2006-06-29 11:07:53
|
Andrew Longland-Meech <an...@lo...> writes: > Hello list members, > > I hope someone can help me - I can't be the only person to have ever run > into this problem. I've read the FAQ, but that doesn't seem to describe > my situation and I've tried everything I can think of. > > Here's my setup: > > fetchmail version: 6.3.4 > Kernel: 2.6.16-1.2080.13.rdt.rhfc5.ccrma > ISP: Freenetname.co.uk > > My ISP provides forwarding from my own domain, and each and every email > I receive has a proper Envelope-to; header. > > I want to have mail for (mypartner)@(mydomain).me.uk delivered to > localuser (mypartner) and everything else delivered to localuser (me). > > Here's my .fetchmailrc file: > > set postmaster "(me)" > set bouncemail > set no spambounce > set properties "" > #set daemon 900 > poll mail.freenetname.co.uk with proto POP3 envelope "Envelope-to" > user "(username)@freenetname.co.uk" with password "(*******)" > to "(mypartner)@(mydomain).me.uk"="(mypartner)" > "(username)@freenetname.co.uk"="(me)" > "(myname)@(mydomain).me.uk"="(me)" > here > options keep fetchall > > Now, I think this is setup correctly, following the example in the man > page for a multi-drop setup, and indeed fetchmail seems to be using the > Envelope-to address according to the output of 'fetchmail -v -v' but it > simply isn't doing what it's supposed to and matching the server names > to the local names! Everything still gets delivered to (me) and contains > a header of the form - > > X-Fetchmail-Warning: recipient address (Envelope-to address) didn't > match any local name > > Does anyone have any suggestions? Well, fetchmail doesn't support full addresses in user mappings yet, thus you'll need to rewrite your configuration a bit, hoping that (mypartner) is different from (username) and that (mypartner) is also different from (myname). fetchmail doesn't seem to recognize the recipient addresses either since the MX servers for these are most likely not the same as mail.freenetname.co.uk. Please add between the poll and user lines these three: poll mail.freenetname.co.uk aka "(mydomain).me.uk" aka "freenetname.co.uk" proto POP3 options UIDL envelope "Envelope-To" user "(username)@freenetname.co.uk" password "(*******)" is "(mypartner)"="(mypartner)" "(username)"="(me)" "(myname)"="(me)" here options keep Remarks: 1. fetchall and keep together is usually wrong 2. UIDL is needed to make "keep" setups reliable -- Matthias Andree |
From: Matthias A. <mat...@gm...> - 2006-08-07 12:32:40
|
Matthias Andree <mat...@gm...> writes: > Well, fetchmail doesn't support full addresses in user mappings yet, > thus you'll need to rewrite your configuration a bit, hoping that > (mypartner) is different from (username) and that > (mypartner) is also different from (myname). I have just implemented full-address mappings (as Andrew Longland-Meech tried in his original configuration), to appear in the upcoming fetchmail 6.3.5 version. These full-address mappings will apply after qvirtual stripping and have highest precedence, i. e. they are valid even if no localdomains, aka, via or DNS alias matches are found. -- Matthias Andree |
From: Andrew Longland-M. <an...@lo...> - 2006-06-29 13:47:13
|
On Thu, 2006-06-29 at 11:07 +0200, Matthias Andree wrote: > Andrew Longland-Meech <an...@lo...> writes: > > > Hello list members, > > > > I hope someone can help me - I can't be the only person to have ever run > > into this problem. I've read the FAQ, but that doesn't seem to describe > > my situation and I've tried everything I can think of. > > > > Here's my setup: > > > > fetchmail version: 6.3.4 > > Kernel: 2.6.16-1.2080.13.rdt.rhfc5.ccrma > > ISP: Freenetname.co.uk > > > > My ISP provides forwarding from my own domain, and each and every email > > I receive has a proper Envelope-to; header. > > > > I want to have mail for (mypartner)@(mydomain).me.uk delivered to > > localuser (mypartner) and everything else delivered to localuser (me). > > > > Here's my .fetchmailrc file: > > > > set postmaster "(me)" > > set bouncemail > > set no spambounce > > set properties "" > > #set daemon 900 > > poll mail.freenetname.co.uk with proto POP3 envelope "Envelope-to" > > user "(username)@freenetname.co.uk" with password "(*******)" > > to "(mypartner)@(mydomain).me.uk"="(mypartner)" > > "(username)@freenetname.co.uk"="(me)" > > "(myname)@(mydomain).me.uk"="(me)" > > here > > options keep fetchall > > > > Now, I think this is setup correctly, following the example in the man > > page for a multi-drop setup, and indeed fetchmail seems to be using the > > Envelope-to address according to the output of 'fetchmail -v -v' but it > > simply isn't doing what it's supposed to and matching the server names > > to the local names! Everything still gets delivered to (me) and contains > > a header of the form - > > > > X-Fetchmail-Warning: recipient address (Envelope-to address) didn't > > match any local name > > > > Does anyone have any suggestions? > > Well, fetchmail doesn't support full addresses in user mappings yet, > thus you'll need to rewrite your configuration a bit, hoping that > (mypartner) is different from (username) and that > (mypartner) is also different from (myname). > > fetchmail doesn't seem to recognize the recipient addresses either since > the MX servers for these are most likely not the same as > mail.freenetname.co.uk. > > Please add between the poll and user lines these three: > > poll mail.freenetname.co.uk > aka "(mydomain).me.uk" > aka "freenetname.co.uk" > proto POP3 > options UIDL > envelope "Envelope-To" > user "(username)@freenetname.co.uk" > password "(*******)" > is "(mypartner)"="(mypartner)" > "(username)"="(me)" > "(myname)"="(me)" > here > options keep > > Remarks: > 1. fetchall and keep together is usually wrong > 2. UIDL is needed to make "keep" setups reliable > Matthias, Thank you so much. It works! I didn't understand the bit in the manual about 'aka', but having now re-read it, it sort of makes sense. I only used keep and fetchall together so that I'd always got some fetchable messages on the server whilst I was trying to get this to work. Do I still need 'uidl' if I don't use 'keep'? Thanks again. Andrew |
From: Matthias A. <mat...@gm...> - 2006-06-29 14:02:47
|
On Thu, 29 Jun 2006, Andrew Longland-Meech wrote: > I only used keep and fetchall together so that I'd always got some > fetchable messages on the server whilst I was trying to get this to > work. Do I still need 'uidl' if I don't use 'keep'? At least it wouldn't hurt. -- Matthias Andree |
From: Matthias A. <mat...@gm...> - 2006-06-29 18:06:43
|
Andrew Longland-Meech <an...@lo...> writes: > Thank you so much. It works! I didn't understand the bit in the manual > about 'aka', but having now re-read it, it sort of makes sense. BTW, any suggestion how it should be worded instead, to make it more understandable? -- Matthias Andree |