From: rmurray <> Date: Sat, 30 Dec 2006 11:14:35 +0000 (+0000) Subject: updates for generation of RHSRBL lists X-Git-Tag: userdir-ldap-0.3.13~2 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=58b1ca2d5d35584f8dcf6344c374d0e13c9a809a updates for generation of RHSRBL lists --- diff --git a/ud-generate b/ud-generate index 1bf1951..8baf226 100755 --- a/ud-generate +++ b/ud-generate @@ -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";