From 77661e58f39415c6cee20e537d9a65afd7827ca7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 15 Mar 2010 21:13:26 +0100 Subject: [PATCH] Maybe fix ud-mailgate --- ud-mailgate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1