X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-mailgate;h=38f9aca6efc05d570c06c50930095437a7f1da10;hb=cb6de4576242c282a6c75c94bd370d87442e0017;hp=1e42f4f04263dcf3d7a325f8e49068f1da9d4e5a;hpb=f42595c4de6b10a9f81d17f4360361130458c2af;p=mirror%2Fuserdir-ldap.git diff --git a/ud-mailgate b/ud-mailgate index 1e42f4f..38f9aca 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -190,8 +190,8 @@ def HandleChange(Reply,DnRecord,Key): Show = 1; Res = "OK"; else: - Res = DoPosition(Line,Attrs) or DoDNS(Line,Attrs,DnRecord) or \ - DoArbChange(Line,Attrs) or DoSSH(Line,Attrs); + Res = DoPosition(Line,Attrs) or DoDNS(Line,Attrs,DnRecord) or \ + DoArbChange(Line,Attrs) or DoSSH(Line,Attrs); except: Res = None; Result = Result + "==> %s: %s\n" %(sys.exc_type,sys.exc_value);