Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59039 | Differences between
and this patch

Collapse All | Expand All

(-)milter-0.6.7-orig/Milter.py (-2 lines)
Lines 15-21 Link Here
15
try:
15
try:
16
  from milter import QUARANTINE
16
  from milter import QUARANTINE
17
except:
17
except:
18
  #print 'No QUARANTINE support'
19
  pass
18
  pass
20
19
21
_seq_lock = thread.allocate_lock()
20
_seq_lock = thread.allocate_lock()
Lines 165-171 Link Here
165
    s = "unix"
164
    s = "unix"
166
    fname = socketname
165
    fname = socketname
167
  if s == "unix" or s == "local":
166
  if s == "unix" or s == "local":
168
    print "Removing %s" % fname
169
    try:
167
    try:
170
      os.unlink(fname)
168
      os.unlink(fname)
171
    except:
169
    except:

Return to bug 59039