[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

2209.0. "remove INTEROFFICE MEMORANDUM?" by CARTUN::EJONES () Wed Feb 03 1993 16:21

    How can I remove the Interoffice Memorandum on all the mail messages.
    We are faxing and sending MCI mail thru the internet, and the vendors
    we Email to don't really want to see that header.
    
    
    thanks in advance (btw, we are running 3.0)
T.RTitleUserPersonal
Name
DateLines
2209.1I wish everything was *this* simple!GANTRY::HULLDigital Services Delivery - MotownWed Feb 03 1993 16:466
Go in thru CM (Cust. Mgmt) and edit all the MAILMEMO* and MAILATT*.BLPs.
Then Move them Live, and recompile your CMTXL.

Its all documented in the Customization manual.

	-Al
2209.2Change for a few, not all?CARTUN::EJONESFri Feb 05 1993 15:545
    It sounds like this will remove the header from everyone on the system.
    Can I remove it for a select few? Like most employees, we share a
    cluster with other groups.
    
    Thanks again!
2209.3You can do _anything_ in a boilerplate! mb BRUMMY::MARTIN::BELLMartin Bell, TCC, Birmingham UKFri Feb 05 1993 16:018
If you want the header to be conditional, then use an IF statement,
eg.

<&oa .if $INCLUDE_HEADER eqs "Y" then get oa$merge_line="INTEROFFICE MEMO">

See the manual for full details.

mb