Skip to content

milter - fix for Suspect creation error if file does not exist

danBLA requested to merge danBLA/fuglu:milter_contimeout into master

might happen for a connection timeout

  • there is a filename
  • but no file exists

expected behavior: Don't try to create a Suspect, return None, write a warning

Merge request reports