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

Grace period

parent 3a3add81
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ class Greylist(object):
# expired
log.debug('Expired greylist: %s',key)
r = Record()
elif now < r.firstseen + self.greylist_time:
elif now < r.firstseen + self.greylist_time + 5:
# still greylisted
log.debug('Early greylist: %s',key)
#r = Record()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment