[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

752.0. "disable SUBSCRIBERS:" by MSAM02::SOWWAN () Tue May 26 1992 10:21

    Hi,
    	The documented procedure for disabling SUBSCRIBERS: has the
    limitation of  partial address search. ( ALL-IN-1 V2.3)
    	Any suggestions of disabling the SUBSCRIBERS: even when a partial
    address is entered ?
    	Is it possible to modify the system hard-coded SUBSCRIBERS to
    something else ?
    	Thanks!
    Regards.
T.RTitleUserPersonal
Name
DateLines
752.13.0 has it nowUTRTSC::SCHOLLAERTSweden, here we comeTue May 26 1992 10:5714
>    Any suggestions of disabling the SUBSCRIBERS: even when a partial
>    address is entered ?
    
    Upgrade to 3.0. Two profile flags to prevent users from
    sending and/or receiving mail to SUBSCIBERS are added.
    
    I doubt wether 2.3 or 2.4 will ever get this functionality.
    
    Regards,
    
    Jan
    
    
    
752.2Where is the receive subscriber mail field?LEMAN::REGINACarrie's in the carrot landTue May 26 1992 15:4610
    *I* can't find the field in profile that defines that a user
    wil not receive SUBSCRIBER mail. The privilege SUP is for 
    sending SUBSCRIBER mail to remote nodes and SUBSCR is the 
    privilege to send SUBSCRIBER mail.
    
    Management Guide 4-31 talks about a field, but I am too blind 
    to see. (I've been wading through the profil forms 4 times).
    
    Where is it...?
    /rhr
752.3It's HIDDENAIMTEC::LAMBERSON_MTue May 26 1992 16:387
    It is a hidden field "RCV$SUB".
    
    <GET PROFIL.RCV$SUB["username"] (will show the current contents)
    
    <WRITE CHANGE PROFIL %KEY="username",RCV$SUB=OA$N (or "N") will change
    it.
    
752.4Why hidden?LEMAN::REGINACarrie&#039;s in the carrot landTue May 26 1992 17:056
    *If* I asked the question why it is hidden, whilst it is explained
    as not hidden in the documentation, I'd probably be asked to SPR it
    or some such thing.
    So I guess I better keep quiet.
    Thanks for the appreciated pointer.
    /rhr
752.5I can see RCV$SUBSIOG::T_REDMONDThoughts of an Idle MindTue May 26 1992 18:3329
    Sorry, but I can see the "Receive SUBSCRIBERS: Mail" field on form
    PROFIL5. I don't think I'm using a special version as I've checked my
    own system and that running on IOSG...
    
    Tony
    
                          User Profile - continued (5)

 Working conditions when reading:
   Status line display [Y/N]:   Y       Read screen wide [Y/N]:      N

 Confirmation prompts:
   GOLD GET selection [Y/N]:    N       Delete unread mail [Y/N]:    Y
   New folder prompt [Y/N]:     N       Forwarding cover note [Y/N]: N
   Document deletion [Y/N]:     N       Delete job [Y/N]:            N

 CDA documents:   CDA storage:  A       CDA handling:                A

   Classification:                      Categories:
   Create new group [Y/N]:      Y       Receive SUBSCRIBERS: Mail [Y/N]: Y

   Orgunit1:
   Orgunit2:
   Orgunit3:
   Orgunit4:

   Date/time of last modification: 1992052200164402

 Press RETURN to complete or PREV SCREEN to go back
752.6PROFILe is a generic termAIMTEC::WICKS_ALiverpool win the F.A Cup again!Tue May 26 1992 19:3314
    I believe that the distinguished Irishman is taking the use of the word
    Profile literally to mean the PROFILx form-set whereas I am sure that
    both Regina and Mike (peg-leg) Lamberson are talking about the
    profile as it seen by the System Manager (SM MUA E) or the user (US
    SWC) where the RCV$SUB field is indeed "hidden" - the reasons for
    this are discussed in an earlier note by GAP which a SEARCH will find.
    
    Real Programmers of course use <FORM PROFIL but Real Users and those
    that support them whilst still being carbon based life-forms for some
    reason use the documented menu options.
    
    Regards,
    
    Andrew.D.Wicks
752.7You can remove it in V2.nFORTY2::ASHGrahame Ash @REOWed May 27 1992 10:447
Further to .0, if you can't wait for V3, you can always remove it from its 
definition in OALLV (or is it still in OAGBL?). The code which does partial 
name validation will check against the 'subscribers' string in the table in 
OALLV. If you delete that entry, recompile, relink, reinstall, (retire?), 
nobody will ever be able to send mail to SUBSCRIBERS: ever again . . .

grahame
752.8OpportunitySIOG::T_REDMONDThoughts of an Idle MindWed May 27 1992 12:167
    I agree that it's silly to stop users turning themselves off
    SUBSCRIBERS:, but maybe it was a thought police decision (You will
    receive SUBSCRIBERS: mail whether you like it or not...)  But maybe
    also it's a cunningly disguised opprtunity for people to discover just
    how easy it is to customize the User Setup forms?
    
    Tony
752.9PRVSUB and RCV$SUB - The complete OdysseyIOSG::PYEGraham - ALL-IN-1 Sorcerer&#039;s ApprenticeWed May 27 1992 17:4251
    I can't find my previous sermon about the SUBSCRIBERS flags, so perhaps
    it was in the FT conference. So rather than looking for it, here it is
    again...
    
    PRVSUB - This field controls whether you can send to SUBSCRIBERS: it's
    tested at address validation time when you're creating the message, but
    it's also tested in other parts of the mail code to stop you sneaking
    in a message through direct calls to the API. I think it's watertight
    now, but I await your SPRs...
    
    This field is on PROFIL, but not on PROFILe, so users can't change it.
    It's also settable from templates, and editable from System Management.
    
    RCV$SUB - This fields controls whether mail addressed to SUBSCRIBERS:
    will be delivered to you. There are other rules which control this, but
    I won't go into those here....
    
    This field is on PROFIL, and using <FORM PROFIL is the only way to
    change it, there's no support for changing it from System Management or
    Templates.
    
    However, it is also on PROFILe, so although it isn't on US SWC, it
    *CAN* be changed by unprivileged users. As Tony says, it would be a
    simple customisation to SWC to add it. A knowledgeable and CMDPRV'd or
    PRVUDPFNC'd user could also do <WRITE CHANGE PROFIL etc. too.
    
    The reason for this is because I was advised, during Field Test, that
    people used SUBSCRIBERS: for sending important mail messages, and users
    shouldn't be alowed to accidentally (or intentionally) prevent these
    being delivered. I argued that if only "important" people were
    privileged to send to SUBSCRIBERS:, then people would soon realise that
    the messages were worth reading and not want to stop receiving them,
    however...
    
    Next, I thought of making mail from MANAGER addressed to SUBSCRIBERS:
    be delivered even if you had RCV$SUB turned off, but field testers said
    that they wanted to send "important" mail from other accounts. Since my
    next plan of granting an "important mail" privilege would have meant
    another profile flag, I stopped development...
    
    So as a compromise (I am British after all :-) ) I removed RCV$SUB form
    US SWC so that people couldn't turn it off accidentally, but left it on
    PROFILe so it would be easy to customise back in if your site thought
    that was appropriate.
    
    Graham (trying to write longer notes than Frank :-) )
    
    PS PRVSUP is really to stop you geting to FMS "SUPERVISOR" fields,
    but for some arcane reason it's also used to control who can send to
    SUBSCRIBERS: on remote nodes (e.g. SUBSCRIBERS: @ IOSG) you still need
    PRVSUB as well.
752.10Doc still wrongLEMAN::REGINACarrie&#039;s in the carrot landFri May 29 1992 11:5917
    Thanks Graham,
    
    for the history. I couldn't find your previous note about SUBSCRIBERS:
    neither. I think it is a good idea to not allow users to turn
    this off, as we do hope that people who have received the send to
    subscribers privilege should only be sending important messages. 
    (otherwise the privilege is quite fast removd again).
    
    Now that I know it is called RCV$SUB I have no problem changing it for 
    specific users, but I just stumbled about the doc, which does not mention 
    that the field is hidden. This was my real point.
    
    regards
    Regina
    
    
    
752.11Release Notes...IOSG::PYEGraham - ALL-IN-1 Sorcerer&#039;s ApprenticeFri May 29 1992 16:3212
    Regina,
    
    I think it's only described in the release notes.
    
    I argued the same as you, that if only the right people got PRVSUB,
    then junk mail wouldn't be sent (or else they'd soon lose the priv. as
    you say!) and hence people would want to receive the mail. But it was
    argued that people might turn it off by accident.
    
    Hence my not very tidy compromise implementation.
    
    Graham
752.12Can't please peoplePRESS1::HOWARDBen. Our business is computers, not moneyTue Jun 02 1992 23:203
    I believe that SUBSCRIBERS started off as a privileged-only address,
    but all users were given the "right" to use it based on field test
    feedback in V2.0.