Init future flags in negotiate.

This commit is contained in:
Stuart Gathman
2009-05-29 19:41:01 +00:00
parent f8efbb23df
commit d58546930a
+3 -1
View File
@@ -89,7 +89,9 @@ class Base(object):
elif p & nr: print func.__name__,'NOREPLY'
if ca != 'NO': p &= ~nc
elif p & nc: print func.__name__,'NOCALLBACK'
p[1] = p & ~P_RCPT_REJ & ~P_HDR_LEADSPC
opts[1] = p & ~P_RCPT_REJ & ~P_HDR_LEADSPC
opts[2] = 0
opts[3] = 0
except:
# don't change anything if something went wrong
return ALL_OPTS