From 955452c7da93eb4307e37cdfc1dc1c8679e92fcb Mon Sep 17 00:00:00 2001
From: Lars Wirzenius <liw@iki.fi>
Date: Mon, 19 Mar 2007 11:10:40 +0200
Subject: [PATCH] Patch from Dominic Hargreaves: call self.send_info_message
 instead of self.info_message.

---
 eoc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eoc.py b/eoc.py
index bf10663..194d040 100644
--- a/eoc.py
+++ b/eoc.py
@@ -657,7 +657,7 @@ class MailingList:
                                           "boundary": self.invent_boundary(),
                                        })
         else:
-            self.info_message([recipient], "setlist-sorry", {})
+            self.send_info_message([recipient], "setlist-sorry", {})
 
     def parse_setlist_addresses(self, text):
         body = text.split("\n\n", 1)[1]
-- 
2.39.5