View | Details | Raw Unified | Return to bug 133384
Collapse All | Expand All

(-)spamass-milter (-1 / +1 lines)
Lines 29-37 Link Here
29
29
30
start_postcmd()
30
start_postcmd()
31
{
31
{
32
  sleep 1
32
  if test -f /var/run/sendmail.pid
33
  if test -f /var/run/sendmail.pid
33
  then
34
  then
34
	sleep 1
35
	kill -HUP `head -1 /var/run/sendmail.pid`
35
	kill -HUP `head -1 /var/run/sendmail.pid`
36
  fi
36
  fi

Return to bug 133384