X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-mailgate;fp=ud-mailgate;h=cd6b5177c513ea2b9093ebc6eeea5b3df62f2eea;hp=32985d1c2c5f6a78714798e80a58395cd7b2f0c6;hb=20ea7eaf0d2818ccbf38972f9f3d32fe3690120b;hpb=f60516f70fc0e00488de904c44b86428706f39f4 diff --git a/ud-mailgate b/ud-mailgate index 32985d1..cd6b517 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -433,7 +433,7 @@ def DoDNS(Str, Attrs, DnRecord): if p == "": if seenEmptypart: return "Invalid IPv6 address (%s): more than one :: (nothing in between colons) is not allowed" % (ipv6address) - seenEmptypart = True + seenEmptypart = True sanitized = "%s IN AAAA %s" % (hostname, ipv6address) else: raise UDFormatError("None of the types I recognize was it. I shouldn't be here. confused.")