<p>Yes Denis, but the first message in this thread show that this isn&#39;t the case here. It&#39;s set to &quot;no&quot;;-)</p>
<p>Cheers!<br>
-- <br>
-- Glenn</p>
<div class="gmail_quote">Den 30 nov 2012 14:58 skrev &quot;Denis Beauchemin&quot; &lt;<a href="mailto:Denis.Beauchemin@usherbrooke.ca">Denis.Beauchemin@usherbrooke.ca</a>&gt;:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What Richard suggests is close to what I would do :<br>
cd /var/spool/MailScanner/quarantine<br>
find . -name &#39;[dq]*&#39; -print0 | xargs -0 -I &quot;{}&quot; cp {} /var/spool/<a href="http://mqueue.in" target="_blank">mqueue.in</a><br>
<br>
This would work for messages &quot;Quarantine Whole Messages As Queue Files&quot; for sendmail.<br>
<br>
Denis<br>
______________________________<br>
Denis Beauchemin<br>
Architecte technologique - Infrastructure des serveurs<br>
Service des technologies de l’information<br>
Université de Sherbrooke<br>
<br>
Tél. : <a href="tel:819%20821-8000" value="+18198218000">819 821-8000</a>, poste 62252<br>
Courriel : Denis.Beauchemin@USherbrooke.ca<br>
<br>
De : <a href="mailto:mailscanner-bounces@lists.mailscanner.info">mailscanner-bounces@lists.mailscanner.info</a> [mailto:<a href="mailto:mailscanner-bounces@lists.mailscanner.info">mailscanner-bounces@lists.mailscanner.info</a>] De la part de Richard Mealing<br>

Envoyé : 30 novembre 2012 05:44<br>
À : MailScanner discussion<br>
Objet : RE: Reprocessing quarantined messages<br>
<br>
Hi Mike,<br>
<br>
Why do you just go into the directory and put it in a while loop?<br>
<br>
Make a temp directory first<br>
<br>
mkdir /tmp/sometempdir<br>
<br>
cd /var/spool/MailScanner/quarantine/20121127/<br>
<br>
ls | while read myfiles ; do cp $myfiles/* /tmp/sometempdir ; done<br>
<br>
Then cd into the /tmp/sometempdir and check the messages are all in there. Then just copy them to your incoming queue, so cp * /var/spool/<a href="http://mqueue.in/" target="_blank">mqueue.in/</a><br>
<br>
<br>
<br>
Richard<br>
<br>
<br>
<br>
<br>
From: <a href="mailto:mailscanner-bounces@lists.mailscanner.info">mailscanner-bounces@lists.mailscanner.info</a> [mailto:<a href="mailto:mailscanner-bounces@lists.mailscanner.info">mailscanner-bounces@lists.mailscanner.info</a>] On Behalf Of Michael Sauvola<br>

Sent: 29 November 2012 18:33<br>
To: <a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br>
Subject: Reprocessing quarantined messages<br>
<br>
Hi all,<br>
 <br>
Due to my own fault, MailScanner put about 16 hours worth of messages (4026) into the quarantine.<br>
 <br>
/var/spool/MailScanner/quarantine/20121127/qARJ0a8W011130/message<br>
                                                                            /qARJ0Cr8W02980/message<br>
                                                                            /qARJ0j88K673043/message and so on...<br>
 <br>
I fixed my goof-up, and mail is now flowing through normally.<br>
 <br>
How can I re-send/reprocess the 4026 messages through MailScanner?<br>
 <br>
Mike<br>
 <br>
 <br>
<br>
--<br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<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>
</blockquote></div>