From: Peter Palfrader Date: Mon, 15 Mar 2010 20:13:26 +0000 (+0100) Subject: Maybe fix ud-mailgate X-Git-Tag: userdir-ldap-0.3.77~16 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=77661e58f39415c6cee20e537d9a65afd7827ca7 Maybe fix ud-mailgate --- diff --git a/ud-mailgate b/ud-mailgate index e8b509a..ae86f63 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -383,7 +383,7 @@ def DoDNS(Str,Attrs,DnRecord): if cnamerecord is None and\ arecord is None and\ mxrecord is None and\ - txtrecord is None and + txtrecord is None and\ aaaarecord is None: return None;