diff options
| -rw-r--r-- | Mailman/MTA/Postfix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py index 85dc505f5..24f01d1fd 100644 --- a/Mailman/MTA/Postfix.py +++ b/Mailman/MTA/Postfix.py @@ -88,7 +88,7 @@ def addlist(mlist, db, fp): """ # The text file entries get a little extra info print >> fp, '# STANZA START:', listname - print >> fp, '# CREATED:', time.ctime() + print >> fp, '# CREATED:', time.ctime(time.time()) # Now add all the standard alias entries for k, v in makealiases(listname): # Every key and value in the dbhash file as created by Postfix |
