From owner-freebsd-questions@FreeBSD.ORG Wed Oct 31 01:52:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ED4416A41A for ; Wed, 31 Oct 2007 01:52:45 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6EE2013C4B2 for ; Wed, 31 Oct 2007 01:52:44 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l9V1qVQ3059777 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 31 Oct 2007 08:52:31 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id l9V1qVLw099371; Wed, 31 Oct 2007 08:52:31 +0700 (ICT) Date: Wed, 31 Oct 2007 08:52:31 +0700 (ICT) Message-Id: <200710310152.l9V1qVLw099371@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: What is procmail dies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 01:52:45 -0000 Hi, On my mail server, I am using sendmail as transport agent procmail to deliver the mail to the final user mailbox. Procmail runs the mail trough SpamAssassin, and it some time happens that teh SpamAssassin process goes to the wild. I have seen that happening when the user disk is over quota for example, or when some of the SpamAssassin user's file get corrupted. In that case, SpamAssassin process will never end until it is manually killed. I am wondering what happens to the message that was being processed: it was already out of sendmail, so will it be bounced anyway, or will it be lost (bad bad). TIA, Olivier