[prev in list] [next in list] [prev in thread] [next in thread] 

List:       listar-dev
Subject:    [EDev] PATCH: Lowercase "?subject=" on List-* headers
From:       "Marcus Redivo" <mredivo () binarytool ! com>
Date:       2004-09-22 17:05:53
Message-ID: 1050.192.168.1.13.1095872753.squirrel () 192 ! 168 ! 1 ! 13
[Download RAW message or body]

--- src/modules/send/hooks.c.orig	Thu Sep  9 08:55:52 2004
+++ src/modules/send/hooks.c	Thu Sep  9 08:56:17 2004
@@ -915,10 +915,10 @@
 	    if (LMAPI->get_var("rfc2369-list-help")) {
 	        LMAPI->write_file(outfile,"List-help: <%s>\n", \
LMAPI->get_string("rfc2369-list-help"));  } else {
-                LMAPI->write_file(outfile,"List-help: <mailto:%s?Subject=help>\n",
LMAPI->get_string("listserver-address")); +                \
LMAPI->write_file(outfile,"List-help: <mailto:%s?subject=help>\n", \
LMAPI->get_string("listserver-address"));  }
             if (!LMAPI->get_var("rfc2369-unsubscribe")) {
-               LMAPI->write_file(outfile,"List-unsubscribe: \
                <mailto:%s-request@%s?Subject=unsubscribe>\n", +         
     LMAPI->write_file(outfile,"List-unsubscribe: \
<mailto:%s-request@%s?subject=unsubscribe>\n",  LMAPI->get_string("list"), hostname);
             } else {
                LMAPI->write_file(outfile,"List-unsubscribe: <%s>\n",
@@ -951,7 +951,7 @@

             if (!LMAPI->get_bool("rfc2369-minimal")) {
                 if (!LMAPI->get_var("rfc2369-subscribe")) {
-                  LMAPI->write_file(outfile,"List-subscribe: \
                <mailto:%s-request@%s?Subject=subscribe>\n", +          
       LMAPI->write_file(outfile,"List-subscribe: \
<mailto:%s-request@%s?subject=subscribe>\n",  LMAPI->get_string("list"), hostname);
                 } else {
                   LMAPI->write_file(outfile,"List-subscribe: <%s>\n",


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic