fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] fetchmail-config doesn't run second time..

2002-10-11 07:19:23
Apparently the issue here is that 'fetchmail --configdump' generates invalid 
Python code (at least under some circumstances), e.g.:

wde(_at_)wde-athlon:~$ fetchmail --configdump | grep -A1 -B1 antispam
                    "smtpname":None,
                    'antispam':''
                    "mailboxes":[],

The syntax error is in the lack of a comma at the end of the 'antispam' line.

Benjamin Drieu posted a patch (for 6.1.0) to the list on Oct 9 that he says 
will take care of this problem...

Bill

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