diff options
| author | bwarsaw | 2003-09-14 04:41:32 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-09-14 04:41:32 +0000 |
| commit | 175f917ad717dc31199735173c02bac87c8e39de (patch) | |
| tree | bcc0407fbb38df5f803434d71b1895ede53deced /Mailman/MTA | |
| parent | bfb7a608cb61c0829f003b85c0d3e7a3f5a4e0cc (diff) | |
| download | mailman-175f917ad717dc31199735173c02bac87c8e39de.tar.gz mailman-175f917ad717dc31199735173c02bac87c8e39de.tar.zst mailman-175f917ad717dc31199735173c02bac87c8e39de.zip | |
Back out last patch -- the real fix should be to the documentation.
Diffstat (limited to 'Mailman/MTA')
| -rw-r--r-- | Mailman/MTA/Postfix.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py index 5e9d38d09..929ed1b5d 100644 --- a/Mailman/MTA/Postfix.py +++ b/Mailman/MTA/Postfix.py @@ -136,13 +136,10 @@ def _addvirtual(mlist, fp): # Note that you should already have this virtual domain set up properly in # your Postfix installation. See README.POSTFIX for details. -# Set up Postfix-style virtual domains -%s\tIGNORED - # LOOP ADDRESSES START %s\t%s # LOOP ADDRESSES END -""" % (hostname, loopaddr, loopdest) +""" % (loopaddr, loopdest) # The text file entries get a little extra info print >> fp, '# STANZA START:', listname print >> fp, '# CREATED:', time.ctime(time.time()) |
