updates for generation of RHSRBL lists
authorrmurray <>
Sat, 30 Dec 2006 11:14:35 +0000 (11:14 +0000)
committerrmurray <>
Sat, 30 Dec 2006 11:14:35 +0000 (11:14 +0000)
ud-generate

index 1bf1951..8baf226 100755 (executable)
@@ -500,7 +500,11 @@ def GenMailList(l,File,Key):
              if found == 0:
                  found = 1
                  Line = GetAttr(x,"uid")
+             else:
+                 Line += " "
              Line += ": " + z
+             if Key == "mailRHSBL":
+                 Line += "/$sender_address_domain"
 
          if Line != None:
              Line = Sanitize(Line) + "\n";