> It is an email archiving smtp server. It listens for the smtp stream > and save all the email it sees. I am trying to find a way to resend > the email in the mbx file so is will be "seen" by the email > archiver.
Okay, that's more clear. What you want is either (1) a purpose-built deMIMEr like AEP (http://www.mailutilities.com/aep/) that can do deep parsing/reprocessing directly on mbox files or (2) something you cobble together using a command-line POP client, a text parser (to do best-guess mail envelope extraction), and a command-line SMTP client like Blat to resend the messages. --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] SpamAssassin plugs into Declude! http://www.imprimia.com/products/software/freeutils/SPAMC32/download/release/ Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases! http://www.imprimia.com/products/software/freeutils/exchange2aliases/download/release/ http://www.imprimia.com/products/software/freeutils/ldap2aliases/download/release/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
