From 8a2a861425f7835e83d5d868672ca946221fb1be Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Mon, 5 Mar 2001 12:58:32 +0000
Subject: spambounce option patch.

svn path=/trunk/; revision=3203
---
 fetchmailconf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'fetchmailconf')

diff --git a/fetchmailconf b/fetchmailconf
index 4d7da434..7181de34 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -4,7 +4,7 @@
 # by Eric S. Raymond, <esr@snark.thyrsus.com>.
 # Requires Python with Tkinter, and the following OS-dependent services:
 #	posix, posixpath, socket
-version = "1.39"
+version = "1.34"
 
 from Tkinter import *
 from Dialog import *
@@ -53,7 +53,7 @@ class Configuration:
         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:
-- 
cgit v1.2.3