$OpenBSD: patch-public_html_lists_admin_sendemaillib_php,v 1.2 2006/10/07 10:36:37 mbalmer Exp $
--- public_html/lists/admin/sendemaillib.php.orig	Thu Oct  5 19:37:53 2006
+++ public_html/lists/admin/sendemaillib.php	Sat Oct  7 12:29:32 2006
@@ -118,7 +118,7 @@ function sendEmail ($messageid,$email,$h
   $url = getConfig("public_baseurl");
   # 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);
@@ -142,7 +142,7 @@ function sendEmail ($messageid,$email,$h
   } else {
     $html["signature"] = $PoweredByText;
   }
-
+  $html["signature"] = '';
   $content = $cached[$messageid]["content"];
   if (preg_match("/##LISTOWNER=(.*)/",$content,$regs)) {
     $listowner = $regs[1];
