Skip to content
Snippets Groups Projects
Commit d5854693 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Init future flags in negotiate.

parent f8efbb23
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment