You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2005/08/09 00:15:25 UTC

svn commit: r230915 - /spamassassin/trunk/spamd/spamd.raw

Author: parker
Date: Mon Aug  8 15:15:20 2005
New Revision: 230915

URL: http://svn.apache.org/viewcvs?rev=230915&view=rev
Log:
Not spamd_child_finish, but spamd_child_cleanup

Modified:
    spamassassin/trunk/spamd/spamd.raw

Modified: spamassassin/trunk/spamd/spamd.raw
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/spamd/spamd.raw?rev=230915&r1=230914&r2=230915&view=diff
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Mon Aug  8 15:15:20 2005
@@ -916,6 +916,8 @@
         die("spamd: respawning server");
       }
 
+      $spamtest->call_plugins("spamd_child_cleanup");
+
       # if we changed UID during processing, change back!
       if ($setuid_to_user && ($> != $<) && ($> != ($< - 2**32))) {
         $) = "$( $(";    # change eGID
@@ -968,8 +970,6 @@
       undef $current_user;
 
     }
-
-    $spamtest->call_plugins("spamd_child_finish");
 
     # If the child lives to get here, it will die ...  Muhaha.
     exit;