X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=ud-mailgate;h=38f9aca6efc05d570c06c50930095437a7f1da10;hb=9c53b2c6e226996d2befb52b5762f8db59bfc293;hp=a93d7ccda4bb127b90782a7d1f2c2d049947e1f0;hpb=068a588b206be799352a8113e7ac5627500649e2;p=mirror%2Fuserdir-ldap.git diff --git a/ud-mailgate b/ud-mailgate index a93d7cc..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 DoSSH(Line,Attrs) or \ - DoDNS(Line,Attrs,DnRecord) or DoArbChange(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);