fetchmail-friends
[Top] [All Lists]

RE: [fetchmail]Envelope "Received" not parsing correctly

2002-01-17 15:43:01
Thanks Roland,

I'm getting somewhere now... that aliasing (aka) of my mailserver was the
confusing bit, thanks.

Now fetchmail recognises the mailserver, and finds the address...

------------
fetchmail: line accepted, mangalore.zipworld.com.au is an alias of the
mailserver
fetchmail: found Received address `ab(_at_)evosystems(_dot_)com'
------------

But then fails to rewrite the TO address as my local user  ....

------------
About to rewrite To: <ab(_at_)evosystems(_dot_)com>
Rewritten version is To: <ab(_at_)evosystems(_dot_)com>
------------

It should rewrite it as ab(_at_)brandenburg

My rc file now looks like....

--------------
poll pop.i***s.com.au
        protocol pop3
        aka mangalore.zipworld.com.au
        localdomains evosystems.com
        user **** with pass **** to md 
'ab(_at_)evosystems(_dot_)com'='ab(_at_)brandenburg'
here
--------------

Thanks!

-----Original Message-----
From: roland(_at_)heksela(_dot_)pp(_dot_)fi 
[mailto:roland(_at_)heksela(_dot_)pp(_dot_)fi]
Sent: Thursday, 17 January 2002 8:28 PM
To: murray(_at_)evolvosystems(_dot_)com
Subject: Re: [fetchmail]Envelope "Received" not parsing correctly


Murray Dancey wrote:

Hi All,

I've tried searching every web FAQ for a solution to this, now I've got to
try the mailinglist, any help much appreciated.

I want fetchmail to recognise the md(_at_)evosystems(_dot_)com address as the 
correct
alias, instead it grabs the mangalore part.

This is the output from fetchmail -v -v ...

-----------------
Received: from brandenburg ([210.11.88.22])
        by mangalore.zipworld.com.au (8.9.3/8.9.3) with ESMTP id QAA25512
        for <md(_at_)evosystems(_dot_)com>; Mon, 14 Jan 2002 16:08:49 +1100
fetchmail: line rejected, mangalore.zipworld.com.au is not an alias of the
mailserver

------------------

My .fetchmailrc looks like ...

This is wrong:

---------------------
poll pop.i**s.com.au
        protocol pop3
        user *** with pass ***
                to
                envelope Received
                '<md(_at_)evosystems(_dot_)com>'='md(_at_)brandenburg'
        here
---------------------

You must have:

poll pop.i**s.com.au
aka mangalore.zipworld.com
localdomains evosystems.com
protocol pop3
user *** with pass ***
to '<md(_at_)evosystems(_dot_)com>'='md(_at_)brandenburg' *
                                          ^ impotant
or more than one user destination

----------------------
Murray

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends(_at_)lists(_dot_)ccil(_dot_)org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends

Roland



<Prev in Thread] Current Thread [Next in Thread>