<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>&quot;cannot verify&quot; error message on stripping attachments</title> 
  <pubDate>Thu, 09 Apr 2026 17:42:22 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10722</link> 
  <atom:link rel="self" type="application/rss+xml" title="&quot;cannot verify&quot; error message on stripping attachments" href="https://bugs.horde.org/ticket/10722/rss" /> 
  <description>&quot;cannot verify&quot; error message on stripping attachments</description> 
 
   
   
  <item> 
   <title>In the Traditional mode of IMP, when selecting &quot;Strip Attach</title> 
   <description>In the Traditional mode of IMP, when selecting &quot;Strip Attachment&quot; users are presented with:

&quot;We cannot verify that this request was really sent by you. It could be a malicious request. If you intended to perform this action, you can retry it now.&quot;

This appears to be because in imp/lib/Contents.php the seed if for imp.impcontents, yet message.php validates &quot;imp.message&quot; when checking the actionID

The bug fix we put in place in message.php in the try block was:

+      ($vars-&gt;actionID == &#039;strip_attachment&#039;) ?
+	$injector-&gt;getInstance(&#039;Horde_Token&#039;)-&gt;validate($vars-&gt;message_token, &#039;imp.impcontents&#039;) :
	$injector-&gt;getInstance(&#039;Horde_Token&#039;)-&gt;validate($vars-&gt;message_token, &#039;imp.message&#039;);

I hope this doesn&#039;t affect the code adversely in other ways.  I suspect lib/Contents.php should really be modified instead.</description> 
   <pubDate>Tue, 08 Nov 2011 16:16:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10722#t68659</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #10722: </title> 
   <description>Changes have been made in Git for this ticket:

Bug #10722: Fix stripping attachments in traditional view

 3 files changed, 13 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/de6c93f0326f8eabd84a0a682f109c2a87b704e9</description> 
   <pubDate>Tue, 08 Nov 2011 21:58:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10722#t68678</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
