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

Conference utrop1::linkworks_v3

Title:LinkWorks V3.0 Notes Conference
Notice:LNX_APO = APO issues, LINKWORKS_V3 = V3.0 issues
Moderator:tacklr.apd.dec.com::TACK_Lm::TACK_L
Created:Tue Jun 28 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2269
Total number of notes:8338

2238.0. "Cut header and tailer of E-Mail ?" by ROM01::WIRELESS () Fri May 16 1997 11:10

    Hi,
    I'd like to know if is it possible to cut some header info on incoming 
    E-Mail from Internet.  Some comes from relay, other sendmail, other
    from LNX. I mean this one ie.:
    
    From daemon Thu May 15 15:55:21 1997
    Received: from giove.cs.tim.it by oarr02.test1.tim.it;
    (5.65v3.2/1.1.8.2/12May97-0156PM)
    	id AA23208; Thu, 15 May 1997 15:55:19 +0200
    Received: from air091.test1.tim.it (air091.test1.tim.it [113.12.12.98])
    by giove.cs.tim.it (8.8.0/8.8.2) with SMTP id PAA10321; Thu, 15 May
    1997 15:53:44 +0200 (MET DST)
    Message-Id: <[email protected]>
    Date: Thu, 15 May 1997 15:55:52 -0700
    From: air091 <[email protected]>
    Organization: TIM
    X-Mailer: Mozilla 2.02 (Win95; I; 16bit)
    Mime-Version: 1.0
    To: [email protected]
    Cc: [email protected]
    Subject: BOZZA del report sulle prove TIMWORKS/E-MAil
    Content-Type: multipart/mixed; boundary="------------51554D267FD3"
    
    --------------51554D267FD3
    Content-Type: text/plain; charset=iso-8859-1
    Content-Transfer-Encoding: quoted-printable
    
    --------------51554D267FD3
    Content-Type: application/msword
    Content-Transfer-Encoding: base64
    Content-Disposition: inline; filename="EMAIL.DOC"
    
    --------------51554D267FD3--
    
    Likewise I'd like to know if is it possible to cut tailer info for
    E-mail coming from LNX. I maen this one:
    
    ## LNX BEGIN LINKWORKS ##
    :Mid.000001C100000016
    d0000001.bmp : BITMAP : Bitmap : bitmap
    d0000002.doc : WINWORD6 : Documento : DOC
    d0000003.xls : XLS4 : Foglio DDE : esempio excel
    
    ## LNX BEGIN OBW ##
    OBJECT "bitmap"
      CLASSID 27 CLASSNAME "Bitmap"
      CLASSREF "Bitmap"
      FORMATID 124 FORMATNAME "Formato MS Paintbrush" EXTENSION "bmp"
      FORMATREF "FMT_BITMAP"
      FILENAME "d0000001.bmp"
    END
    OBJECT "DOC"
      CLASSID 2 CLASSNAME "Documento"
      CLASSREF "Text"
      FORMATNAME "Formato MS-WinWord 6.0" EXTENSION "doc"
      FORMATREF
    "MSWinWord60A@0100000000000000000000000010C5E054:FMT_MSWINWORD6"
      FILENAME "d0000002.doc"
    END
    OBJECT "esempio excel"
      CLASSNAME "Foglio DDE"
      CLASSREF
    "TimPersonalizzazioni@000000000000000864D5A90BA945B0057B:SpreadsheetDDE"
      FORMATID 104 FORMATNAME "Formato MS Excel" EXTENSION "xls"
      FORMATREF "FMT_XLS4"
      FILENAME "d0000003.xls"
    END
    
    Thanks a lot for your answer, I hope that you can understand that this
    need is coming from the customer ...
    
    	_Giuseppe Russo
    
T.RTitleUserPersonal
Name
DateLines
2238.1Try "ControlData: No" for 2nd questionUTROP1::utoschimmel1.uto.dec.com::SCHIMMEL_BTue May 20 1997 08:5124
_Giuseppe,

About the 2nd part of your question ("likewise I'd like to know if is it 
possible to cut tailer info for E-mail coming from LNX"):

When you specify "ControlData: No" in the options block of the configuration 
file of external mail, messages will be sent without LinkWorks specific 
information.  So all the stuff you listed will be out.  Of course this is 
interesting for non-LinkWorks recipients but no so good for LinkWorks 
recipients (they don't get the original LinkWorks hierarchy when receiving 
such a message).

About the 1st part of your question ("I'd like to know if is it possible to 
cut some header info on incoming E-Mail from Internet.  Some comes from 
relay, other sendmail, other from LNX"):

When a message comes in (via SMTP), always the mail header information is 
saved in a separate Note object.  This allows viewing the original mail 
message with all its information which otherwise isn't visible via LinkWorks. 
 There is no way to suppress this other than NOT reading the note object.

Regards, Berd Schimmel


2238.2ControlData: NoROMOIS::RUSSOGTue May 20 1997 12:295
    Ok "ControlData: No" works like you told me. 
    
    I still wonder if I could tune sendmail somehow ... 
    
    _Giuseppe