From 82ec113957d8297ed08c51c20cbc4b0a6f623d4e Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 4 Aug 2013 21:50:43 -0600 Subject: * 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). --- pith/send.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pith/send.c') 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 }; -- cgit v1.2.3-54-g00ecf