From d272e234924c7203a2dfff812e48404c1ca0d019 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 4 Oct 2009 23:01:35 +0000 Subject: [PATCH] Fixed broken SpamCop email submission: needed updated send button name and security token git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13862 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/spamcop/spamcop.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/spamcop/spamcop.php b/plugins/spamcop/spamcop.php index 572041d7..7283f0c7 100644 --- a/plugins/spamcop/spamcop.php +++ b/plugins/spamcop/spamcop.php @@ -136,6 +136,7 @@ echo "

"; $report_email = 'quick.' . $spamcop_id . '@spam.spamcop.net'; $form_action = sqm_baseuri() . 'src/compose.php'; ?>
+ @@ -143,7 +144,7 @@ echo "

"; \n"; + echo '\n"; } else { $spam_message = mime_fetch_body ($imap_stream, $passed_id, $passed_ent_id, 50000); -- 2.25.1