diff options
| author | Barry Warsaw | 2008-01-24 05:18:02 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-01-24 05:18:02 -0500 |
| commit | 36ebacf60b8fe78e20b9c18f6c08d73271922fc4 (patch) | |
| tree | ad8f58134915af75a1dfff73fd801904750173a2 /Mailman/Handlers/AfterDelivery.py | |
| parent | a76cbbcac84319245a0afb4a4dee32d4d4c79622 (diff) | |
| download | mailman-36ebacf60b8fe78e20b9c18f6c08d73271922fc4.tar.gz mailman-36ebacf60b8fe78e20b9c18f6c08d73271922fc4.tar.zst mailman-36ebacf60b8fe78e20b9c18f6c08d73271922fc4.zip | |
Diffstat (limited to 'Mailman/Handlers/AfterDelivery.py')
| -rw-r--r-- | Mailman/Handlers/AfterDelivery.py | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Mailman/Handlers/AfterDelivery.py b/Mailman/Handlers/AfterDelivery.py deleted file mode 100644 index 16caf5773..000000000 --- a/Mailman/Handlers/AfterDelivery.py +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (C) 1998-2007 by the Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. - -"""Perform some bookkeeping after a successful post. - -This module must appear after the delivery module in the message pipeline. -""" - -import datetime - - - -def process(mlist, msg, msgdata): - mlist.last_post_time = datetime.datetime.now() - mlist.post_id += 1 |
