<a href="https://github.com/MailScanner/MailScanner/blob/master/mailscanner/bin/MailScanner/Postfix.pm">https://github.com/MailScanner/MailScanner/blob/master/mailscanner/bin/MailScanner/Postfix.pm</a><br>After line 1500, you&#39;ll find a method where the folder depth for postfix is detected. This method seems flawed because it only supports a folder depth of 1 and otherwise returns 2.<br>

Around line 1630, there is separate code for when folder depth for postfix queues is 0, 1 or 2. This code should be rewritten to support any depth by using recursion. I&#39;m afraid I don&#39;t have time for that now though.<br>

<br><div class="gmail_quote">On 5 May 2014 11:19, Alvaro Marín <span dir="ltr">&lt;<a href="mailto:alvaro@hostalia.com" target="_blank">alvaro@hostalia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi again,<br>
<br>
I see that the problem appears using Postfix&#39;s long IDs and<br>
hash_queue_depth &gt; 1 (I use this feature with &quot;2&quot;).<br>
With hash_queue_depth=1 (Postfix&#39;s default) and changing the regexp of<br>
Postfix.pm, as is said in the thread of the URL I pasted before, runs fine.<br>
<br>
Regards,<br>
<div class="HOEnZb"><div class="h5"><br>
On 30/04/14 12:46, Alvaro Marín wrote:<br>
&gt; Yes, I know that it can be disabled, but I would prefer to use it<br>
&gt; (sometimes, Postfix IDs are repeated).<br>
&gt; Perhaps someone has a patch to can use it, if not, I&#39;ll try to do it.<br>
&gt;<br>
&gt; Thanks.<br>
&gt; Regards,<br>
&gt;<br>
&gt; On 30/04/14 12:05, Jerry Benton wrote:<br>
&gt;&gt; Are you running long queue ID&#39;s? If so, try disabling that in Postfix<br>
&gt;&gt; until we can get the source updated to handle the long format.<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://www.postfix.org/postconf.5.html#enable_long_queue_ids" target="_blank">http://www.postfix.org/postconf.5.html#enable_long_queue_ids</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Apr 30, 2014 at 10:40 AM, Alvaro Marín &lt;<a href="mailto:alvaro@hostalia.com">alvaro@hostalia.com</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:alvaro@hostalia.com">alvaro@hostalia.com</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;     Hi,<br>
&gt;&gt;<br>
&gt;&gt;     I&#39;ve found this thread:<br>
&gt;&gt;<br>
&gt;&gt;     <a href="http://lists.mailscanner.info/pipermail/mailscanner/2013-March/100441.html" target="_blank">http://lists.mailscanner.info/pipermail/mailscanner/2013-March/100441.html</a><br>
&gt;&gt;<br>
&gt;&gt;     about the long queue IDs in Postfix (&gt;2.9).<br>
&gt;&gt;     Is there any solution to this problem (MailScanner doesn&#39;t recognize the<br>
&gt;&gt;     long Postfix queue IDs)? I&#39;ve tried that solution but it doesn&#39;t work<br>
&gt;&gt;     for me.<br>
&gt;&gt;<br>
&gt;&gt;     Thanks!<br>
&gt;&gt;     Regards,<br>
&gt;&gt;<br>
&gt;&gt;     --<br>
&gt;&gt;     Alvaro Marín Illera<br>
&gt;&gt;     Hostalia Internet<br>
&gt;&gt;     <a href="http://www.hostalia.com" target="_blank">www.hostalia.com</a> &lt;<a href="http://www.hostalia.com" target="_blank">http://www.hostalia.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;     --<br>
&gt;&gt;     MailScanner mailing list<br>
&gt;&gt;     <a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a>&gt;<br>
&gt;&gt;     <a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
&gt;&gt;<br>
&gt;&gt;     Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
&gt;&gt;<br>
&gt;&gt;     Support MailScanner development - buy the book off the website!<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jerry Benton<br>
&gt;&gt; Mailborder Systems<br>
&gt;&gt; <a href="http://www.mailborder.com" target="_blank">www.mailborder.com</a> &lt;<a href="http://www.mailborder.com" target="_blank">http://www.mailborder.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Alvaro Marín Illera<br>
Hostalia Internet<br>
<a href="http://www.hostalia.com" target="_blank">www.hostalia.com</a><br>
<br>
--<br>
MailScanner mailing list<br>
<a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
<br>
Support MailScanner development - buy the book off the website!<br>
</div></div></blockquote></div><br>