summaryrefslogtreecommitdiff
path: root/pith/send.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-08-04 21:50:43 -0600
committerEduardo Chappa <chappa@washington.edu>2013-08-04 21:50:43 -0600
commit82ec113957d8297ed08c51c20cbc4b0a6f623d4e (patch)
treebc58ae92ca1627554947f894206af9a47e8cee60 /pith/send.c
parent33d5c0604e830bb65c2f5ccd69170b1c1453802b (diff)
downloadalpine-82ec113957d8297ed08c51c20cbc4b0a6f623d4e.tar.xz
* New version 2.10.99999
* Pico: search backwards. * do not allow List- headers to be set up by users in accordance with RFC 2369. * minor fixes for new justification support (add comparison of a line with the previous *and* the next).
Diffstat (limited to 'pith/send.c')
-rw-r--r--pith/send.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/pith/send.c b/pith/send.c
index a0c60439..273f59aa 100644
--- a/pith/send.c
+++ b/pith/send.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: send.c 1204 2009-02-02 19:54:23Z hubert@u.washington
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -4800,6 +4800,12 @@ pine_header_forbidden(char *name)
"content-type",
"x-priority",
"user-agent",
+ "list-help", /* rfc 2369, section 3 */
+ "list-unsubscribe",
+ "list-subscribe",
+ "list-post",
+ "list-owner",
+ "list-archive",
NULL
};