--- spamass-milter.cpp.orig Sat May 1 15:48:18 2004 +++ spamass-milter.cpp Sat May 1 15:51:06 2004 @@ -277,6 +277,7 @@ exit(errno); break; case 0: /* Child */ + setsid(); break; default: /* Parent */ exit(0);