This is what i found to run after the command iot looks every thing is right but why the discalimer is not working pls help....
[[email protected]]# /usr/local/bin/altermime --input=- --disclaimer=/usr/exim/disclaimer/discl.txt --log-stderr --debug < /tmp/message > /tmp/message.disclaimed Disclaimer Loaded: ************************************************************************************************************************* Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. ************************************************************************************************************* Attempting to add disclaimer mime_alter.c:2486:AM_add_disclaimer:DEBUG: Reading main headers mime_alter.c:1254:AM_read_headers:DEBUG: Starting to read headers MIME_headers.c:3022:MIMEH_parse_headers:DEBUG: Start [F=0x7fff8d11e640, hinfo=0x7fff8d11b770] MIME_headers.c:3028:MIMEH_parse_headers:DEBUG: Getting headers MIME_headers.c:1106:MIMEH_read_headers:DEBUG: File position = 0 [0x0] MIME_headers.c:1282:MIME_read_headers:ERROR: FFGET module ran out of input while reading headers MIME_headers.c:1285:MIME_read_headers:DEBUG: save_headers=0 totalsize=0 headerline=(null) MIME_headers.c:1311:MIMEH_read_headers:DEBUG: Finished. MIME_headers.c:3030:MIMEH_parse_headers:DEBUG: Processing headers MIME_headers.c:3032:MIMEH_parse_headers:DEBUG: Cleanup of headers MIME_headers.c:3034:MIMEH_parse_headers:DEBUG: END [F=0x7fff8d11e640, hinfo=0x7fff8d11b770, sanity=0] mime_alter.c:1317:AM_read_headers:DEBUG: Exit ( Header read section ). -- isfile=0 ishtml=0 boundaryfound=0 mime_alter.c:2489:AM_add_disclaimer:DEBUG: Main Headers have been read mime_alter.c:2550:AM_add_disclaimer:DEBUG: Inserting disclaimer into an email with no boundary mime_alter.c:2100:AM_add_disclaimer_no_boudary:DEBUG: Inserting disclaimer into a non-boundary email mime_alter.c:2155:AM_add_disclaimer_insert_html:DEBUG: Seeking to the end of the file for plain-text insertion... mime_alter.c:2159:AM_add_disclaimer_no_boudary:DEBUG: About to write disclaimer '************************************************************************************************************************* Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. ************************************************************************************************************* ' mime_alter.c:2162:AM_add_disclaimer_no_boudary:DEBUG: Disclaimer now written to file mime_alter.c:2167:AM_add_disclaimer_no_boudary:DEBUG: Done, text-inserted=1, html-inserted=0 mime_alter.c:2553:AM_add_disclaimer:DEBUG: Inserting done, txt-inserted=1 html-inserted=0 Done. mime_alter.c:2698:AM_add_disclaimer:DEBUG: Inserting done, txt-inserted=1 html-inserted=0 b64-inserted=0 On Wed, Apr 24, 2013 at 4:35 AM, Heiko Schlittermann <[email protected]>wrote: > test test <[email protected]> (Di 23 Apr 2013 13:50:48 CEST): > > how can i pass messages manually through altermime > > where does altermime logs has been stores > > when i sent a mail thene it goes without disclaimer and when i sent a > black > > mail the disclaimer show in the mail body please suggest > > You read the output of "altermime --help", didn't you? > > altermime --input=- \ > --disclaimer=/tmp/txt \ > --disclaimer-html=/tmp/html \ > --log-stderr \ > --debug < /tmp/message > /tmp/message.disclaimed > > … or something similiar. > > -- > Heiko > > -- > ## List details at https://lists.exim.org/mailman/listinfo/exim-users > ## Exim details at http://www.exim.org/ > ## Please use the Wiki with this list - http://wiki.exim.org/ > -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
