$OpenBSD: patch-public_html_lists_admin_sendemaillib_php,v 1.5 2011/11/06 20:10:45 jasper Exp $
--- public_html/lists/admin/sendemaillib.php.orig	Tue Sep 20 16:35:49 2011
+++ public_html/lists/admin/sendemaillib.php	Sun Nov  6 21:08:32 2011
@@ -148,7 +148,7 @@ function sendEmail ($messageid,$email,$hash,$htmlpref 
   $url = getConfig("forwardurl");
   # make sure there are no newlines, otherwise they get turned into <br/>s
   $html["forwardform"] = sprintf('<form method="get" action="%s" name="forwardform" class="forwardform"><input type=hidden name="uid" value="%s" /><input type=hidden name="mid" value="%d" /><input type=hidden name="p" value="forward" /><input type=text name="email" value="" class="forwardinput" /><input name="Send" type="submit" value="%s" class="forwardsubmit"/></form>',$url,$hash,$messageid,$GLOBALS['strForward']);
-  $text["signature"] = "\n\n--\npowered by phpList, www.phplist.com --\n\n";
+  $text["signature"] = "\n\n";
   $url = getConfig("preferencesurl");$sep = ereg('\?',$url)?'&':'?';
   $html["preferences"] = sprintf('<a href="%s%suid=%s">%s</a>',$url,$sep,$hash,$strThisLink);
   $text["preferences"] = sprintf('%s%suid=%s',$url,$sep,$hash);
@@ -172,7 +172,7 @@ function sendEmail ($messageid,$email,$hash,$htmlpref 
   } else {
     $html["signature"] = $PoweredByText;
   }
-
+  $html["signature"] = '';
   $content = $cached[$messageid]["content"];
   if (preg_match("/##LISTOWNER=(.*)/",$content,$regs)) {
     $listowner = $regs[1];
