diff options
Diffstat (limited to 'scripts/mailowner')
| -rwxr-xr-x | scripts/mailowner | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mailowner b/scripts/mailowner index d77084b63..3a703a184 100755 --- a/scripts/mailowner +++ b/scripts/mailowner @@ -44,7 +44,8 @@ current_list = MailList.MailList(sys.argv[1]) try: msg = Message.IncomingMessage() if not current_list.bounce_processing or not current_list.ScanMessage(msg): - current_list.DeliverToList(msg, current_list.owner, '', '') + current_list.DeliverToOwner(msg, current_list.owner) + # Let another process run. finally: current_list.Unlock() |
