From 3d0d161fa09f54838333bc8610f70110015725b0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Jul 2001 07:18:36 +0000 Subject: HMH's trivial fixes. svn path=/trunk/; revision=3420 --- fetchmailconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 60043f05..d2c9bafd 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -219,7 +219,7 @@ class User: self.password = None # Password for mail account access self.mailboxes = [] # Remote folders to retrieve from self.smtphunt = [] # Hosts to forward to - self.fetchdomains = [] # Domains to fetch from + self.fetchdomains = [] # Domains to fetch from self.smtpaddress = None # Append this to MAIL FROM line self.smtpname = None # Use this for RCPT TO self.preconnect = None # Connection setup @@ -369,7 +369,6 @@ class User: res = res + " " + x res = res + "\n" trimmed = self.fetchdomains - print "FOO!", `trimmed` if trimmed != [] and trimmed[len(trimmed) - 1] == hostname: trimmed = trimmed[0:len(trimmed) - 1] if trimmed != []: -- cgit v1.2.3