Benedict,

> Is there an easy way of rebuilding the email message to show it
> how it should be?

SELECT mail_text FROM quarantine
  WHERE mail_id='cbp+i9oZxDoo' ORDER BY chunk_ind;

if your partition_tag is non-constant, it should be included
in the query:

SELECT mail_text FROM quarantine
  WHERE partition_tag=23 AND mail_id='cbp+i9oZxDoo' ORDER BY chunk_ind;

If you need it on a file, with MySQL one can use INTO OUTFILE ...
at the end of a SELECT clause.

  Mark

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
AMaViS-user mailing list
[email protected] 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to