Description of Problem: adding a second server to .fetchmailrc with fetchmailconf horks the config file. The problem seems to be with the "port None" syntax. Here is a copy of the problematic .fetchmailrc: # Configuration created Tue May 7 19:41:47 2002 by fetchmailconf set postmaster "postmaster" set bouncemail set no spambounce set properties "" poll server1.somewhere.com with proto IMAP port None user 'foobar' there with password 'hackme' is 'root' here options keep ssl poll server2.somewhereelse.com with proto IMAP user 'foobar' there with password 'hackme' is 'root' here options keep ssl Version-Release number of selected component (if applicable): fetchmailconf-5.9.0-5 fetchmail-5.9.0-5 How Reproducible: 100% Steps to Reproduce: 1. use fetchmailconf to add server1 2. test config to verify that it is correct 3. save and quit fetchmailconf 4. examine ~/.fetchmailrc. notice that there is no "port None" statement after the entry for server1 5. use fetchmailconf add server2 6. save and quit 7. cat ~/.fetchmailrc and notice "port None" option after server1 entry 8. run 'fetchmail --configdump' and note syntax error: "parse error at None" Expected Results: no parse error -- working .fetchmailrc. Additional Information: deleting "port None" fixes it.
no fetchmailconf in RHEL3