blob: 4b5f5cf699443a5ad602ea4116be20cc87ed3807 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-av,v 1.2 1998/08/07 11:09:34 agc Exp $
*** lib/post.tcl Tue Dec 23 18:41:31 1997
--- lib/post.tcl.new Fri Jan 9 11:40:29 1998
***************
*** 59,65 ****
# and CNews which get upset when they can't do it
set header_throwAway \
{{return-path:} {received:} {path:} {date:} {message-id:} {to:} \
! {lines:} {x-exmh-isig-} {cc:}}
# Headers INN wants to add itself get X-original- shoved in front
# if we want to keep them
--- 59,65 ----
# and CNews which get upset when they can't do it
set header_throwAway \
{{return-path:} {received:} {path:} {date:} {message-id:} {to:} \
! {lines:} {x-exmh-isig-} {cc:} {from }}
# Headers INN wants to add itself get X-original- shoved in front
# if we want to keep them
|