diff --git a/src/piler-smtp.c b/src/piler-smtp.c index edb6875..77bd7d6 100644 --- a/src/piler-smtp.c +++ b/src/piler-smtp.c @@ -193,7 +193,6 @@ set_signal_handler(SIGKILL, p_clean_exit); set_signal_handler(SIGSEGV, p_clean_exit); - set_signal_handler(SIGSTOP, p_clean_exit); set_signal_handler(SIGALRM, check_for_client_timeout); set_signal_handler(SIGHUP, initialise_configuration);