Quarantine queue format

Wayne wayne at NIGHTSOL.NET
Wed Apr 27 02:02:22 IST 2005


On 26/04/2005 09:45, "Fred. Oger" <oger at SGSI.UCL.AC.BE> wrote:


> My problem is the file stored in the quarantine folder aren't in the
> format described in the doc.
>
> eg:
> # ls -l /var/spool/MailScanner/quarantine/20050426/F29183F8.76E8F
> -rw-------  1 postfix postfix 14768 Apr 26 05:20 F29183F8
> -rw-------  1 postfix postfix 11930 Apr 26 05:20 msg-10453-17.html
>
>
> So how can I resend this mail to the user ?

Chmod +x /var/spool/MailScanner/quarantine/20050426/F29183F8.76E8F/F29183F8
Cp /var/spool/MailScanner/quarantine/20050426/F29183F8.76E8F/F29183F8
/var/spool/postfix/incoming/F

The file F29183F8 should contain the entire message since you set it to
store a single file so you just need to copy that to the correct directory
with the correct permissions.
Also note the 'incoming/F' the 'F' comes from the first character of the
message id.
So if your message id started with '4' you copy it to 'incoming/4'.

Hope this helps...

Regards,
 Wayne

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!




More information about the MailScanner mailing list