<?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>Xfilter failed when the subject contains quote</title> 
  <pubDate>Fri, 10 Apr 2026 07:55:24 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8140</link> 
  <atom:link rel="self" type="application/rss+xml" title="Xfilter failed when the subject contains quote" href="https://bugs.horde.org/ticket/8140/rss" /> 
  <description>Xfilter failed when the subject contains quote</description> 
 
   
   
  <item> 
   <title>Xfilter failed when a quote is contained in the subject.



</title> 
   <description>Xfilter failed when a quote is contained in the subject.



I solved this by modifying ingo/lib/scripts/maildrop.php

It works by added a second quote.. I have commented  the bad line &quot;xfilter ....&quot; and  added the lines as follow.

 

[CODE]

$subject = MIME::encode($params[&#039;action-value&#039;][&#039;subject&#039;],NLS::getCharset());

			$quote = &quot;&#039;&quot;;

			$replace = &quot;&#039;&#039;&quot;;

			$subject = str_replace($quote,$replace,$subject); 

			

            //$xfilter = &#039;  xfilter &quot;reformail -r -t -I \&#039;From: &#039; . $from . &#039;\&#039; -I \&#039;Subject: &#039; . MIME::encode($params[&#039;action-value&#039;][&#039;subject&#039;], NLS::getCharset())  . &quot;&#039;&quot;;

			 

	 $xfilter = &#039;  xfilter &quot;reformail -r -t -I \&#039;From: &#039; . $from . &#039;\&#039; -I \&#039;Subject: &#039; .$subject. &quot;&#039;&quot;;

[/CODE]



Best regards



Gerard Breiner</description> 
   <pubDate>Wed, 01 Apr 2009 15:02:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t53449</link> 
  </item> 
   
  <item> 
   <title>pick up tickets</title> 
   <description>pick up tickets</description> 
   <pubDate>Tue, 28 Jul 2009 18:22:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t55067</link> 
  </item> 
   
  <item> 
   <title>There is no such code in the maildrop driver.</title> 
   <description>There is no such code in the maildrop driver.</description> 
   <pubDate>Tue, 18 Aug 2009 17:11:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t55392</link> 
  </item> 
   
  <item> 
   <title>Looks like the vacation code has been rewritten since the la</title> 
   <description>Looks like the vacation code has been rewritten since the last release. Please try a recent snap shot.</description> 
   <pubDate>Tue, 18 Aug 2009 17:14:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t55393</link> 
  </item> 
   
  <item> 
   <title>Ping?</title> 
   <description>Ping?</description> 
   <pubDate>Tue, 01 Sep 2009 11:08:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t55629</link> 
  </item> 
   
  <item> 
   <title>I could have test the last cvs version but my platform of te</title> 
   <description>I could have test the last cvs version but my platform of test is out of order. 

On the other hands, it seems that ingo/lib/Scripts/maildrop.php has largely been rethougth. I tried to compare side by side the two files (old maildrop.php and new maildrop.php) and it takes too longer time .

</description> 
   <pubDate>Fri, 18 Sep 2009 14:56:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t55838</link> 
  </item> 
   
  <item> 
   <title>&gt; Looks like the vacation code has been rewritten since the </title> 
   <description>&gt; Looks like the vacation code has been rewritten since the last 
&gt; release. Please try a recent snap shot.

This problem has never been resolved.... I am testing ingo 1.2.6... There is nothing about this bug in the  file CHANGES... And this bug is still here and prevent ingo to work.
I wonder how could I use it unless to solve this issue.

Best regard

Gerard
</description> 
   <pubDate>Tue, 23 Nov 2010 14:59:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t60904</link> 
  </item> 
   
  <item> 
   <title>Ok All is all right with ingo 1.2.6. It use mailbot instead </title> 
   <description>Ok All is all right with ingo 1.2.6. It use mailbot instead xfilter.

Best regards

Gerard 

&gt;&gt; Looks like the vacation code has been rewritten since the last
&gt;&gt; release. Please try a recent snap shot.
&gt;
&gt; This problem has never been resolved.... I am testing ingo 1.2.6... 
&gt; There is nothing about this bug in the  file CHANGES... And this bug 
&gt; is still here and prevent ingo to work.
&gt; I wonder how could I use it unless to solve this issue.
&gt;
&gt; Best regard
&gt;
&gt; Gerard
&gt;
</description> 
   <pubDate>Thu, 25 Nov 2010 16:14:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8140#t60925</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
