File: 18

package info (click to toggle)
procmail 3.22-27
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,128 kB
  • sloc: ansic: 9,888; sh: 1,957; makefile: 136
file content (13 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Santiago Vila <sanvila@debian.org>
Subject: Recognize User-Agent: and NNTP-Posting-Date: headers
Bug-Debian: http://bugs.debian.org/295604
X-Debian-version: 3.22-11

--- a/src/header.h
+++ b/src/header.h
@@ -167,3 +167,5 @@
 X(readreceiptto,	"Read-Receipt-To:")	  /* miscellaneous extension */
 X(fakesender,		"Fake-Sender:")
 X(envelopeto,		"Envelope-To:")			   /* exim extension */
+X(useragent,		"User-Agent:")
+X(nntppostingdate,	"NNTP-Posting-Date:")