[Mailman-Users] Patch for ListAdmin.py

Dan Busarow dan at dpcsys.com
Thu Jul 8 04:37:35 CEST 1999


Had a piece of spam clogging up the admindb section because of a
"%" in the Subject:

This patch against 1.0rc2 fixed it

*** ListAdmin.orig.py   Wed Jul  7 19:33:01 1999
--- ListAdmin.py        Wed Jul  7 19:33:32 1999
***************
*** 164,169 ****
--- 164,170 ----
                note = note + '\n\tHeld: ' + strquote(data[1])
            if comment:
                note = note + '\n\tDiscarded: ' + strquote(comment)
+             note = strquote(note)
              self.LogMsg("vette", note)
  
      def HandleAddMemberRequest(self, data, value, comment):

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan at dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82





More information about the Mailman-Users mailing list