fetchmail-friends
[Top] [All Lists]

[fetchmail]Another patch to fetchmailconf

2001-03-04 17:03:15
I received a complain about this in IRC yesterday, but I only managed to
understand what they were talking about today. fetchmailconf will produce
broken config files. Here's a patch to fix that (untested):

Index: fetchmailconf
===================================================================
RCS file: /home/cvs/debian/fetchmail/fetchmailconf,v
retrieving revision 1.4
diff -u -r1.4 fetchmailconf
--- fetchmailconf       2001/03/04 08:54:47     1.4
+++ fetchmailconf       2001/03/04 23:51:56
@@ -53,7 +53,7 @@
         if self.spambounce:
             str = str + ("set spambounce\n")
         else:
-            str = str + ("set nospambounce\n")
+            str = str + ("set no spambounce\n")
        if self.properties != ConfigurationDefaults.properties:
            str = str + ("set properties \"%s\"\n" % (self.properties,));
        if self.poll_interval > 0:

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]Another patch to fetchmailconf, hmh <=