diff options
Diffstat (limited to 'pith/send.c')
-rw-r--r-- | pith/send.c | 8 |
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 }; |