From 6db61c4c050113be6d7ef1bb1673437393dcc6a2 Mon Sep 17 00:00:00 2001 Message-Id: <6db61c4c050113be6d7ef1bb1673437393dcc6a2.1715373775.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 27 Mar 2006 15:18:31 +0100 Subject: [PATCH] config: Pass incoming messages through preline -f. Organization: Straylight/Edgeware From: Mark Wooding This will do the right thing, inserting Delivered-To and Return-Path headers for incoming messages. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index ec2d0df..06366fb 100644 --- a/config +++ b/config @@ -15,7 +15,7 @@ admin: root [post-default] #? addrcheck -|bin/post "$DEFAULT" +|preline -f bin/post "$DEFAULT" [mail-default] #? addrcheck -- [mdw]