[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| Title: | ALL-IN-1 (tm) Support Conference | 
| Notice: | Please spell ALL-IN-1 correctly - all CAPITALS! | 
| Moderator: | IOSG::PYE  CE | 
|  | 
| Created: | Fri Jul 01 1994 | 
| Last Modified: | Fri Jun 06 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 2716 | 
| Total number of notes: | 12169 | 
2529.0. "Sensitivity Field Not Displaed on Message" by AIMTEC::GRENIER_J (Jean Grenier) Wed Feb 19 1997 18:51
    Customer is running V3.1 of ALL-IN-1 with VMS V5.5-2.  He is using
    "Company Confidential" in his SM MM SOC.  However, when sending
    mail to users the Sensitivity field is not being displayed.  However,
    when using either Personal or Private the Sensitivity field is
    displayed.  I had him try this with /nocustom with the same 
    results.  I tested here with the same results.  However, if I send
    to another node the Sensitivity field is displayed.
    
    Is this the way it is suppose to work?
    
    Thanks,
    
    Jean
| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2529.1 |  | IOSG::BILSBOROUGH | SWBFS | Wed Feb 19 1997 23:00 | 6 | 
|  |     
    Yes,
    If I remember correctly the behaviour is that it will only display the
    sensitivity if it is not the default set via SM MM SOC.
    
    Mike
 | 
| 2529.2 | Inspecting the definitive documentation :-) | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Thu Feb 20 1997 07:49 | 13 | 
|  |     From OA$BLP_ENGLISH:MAILATT_HEADER.BLP
    
      <&OA GET #cab$sens = cab$attach_attributes.value:u["dsensitivity"]>
      <&OA .IF #cab$sens NE 0 AND #cab$sens NE SYS$DEFAULT_SENSITIVITY <->
           "<&BOLD><EM$_SENSITIVITY><&CLEAR> " <->
           "<cab$attach_attributes.value['dsensitivity']>" <->
    
    
    and from OA$BLP_ENGLISH:MAILMEMO_HEADER.BLP
    
      <&OA .IF OA$CURDOC_SENSITIVITY NE 0 <->
           AND OA$CURDOC_SENSITIVITY NE SYS$DEFAULT_SENSITIVITY <->
           "<&BOLD><EM$_SENSITIVITY><&CLEAR> <OA$CURDOC_SENSITIVITY_TEXT>" <->
 |