[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

2925.0. "manually set auto forward?" by AIMTEC::BUTLER_T () Fri Jun 25 1993 18:52

    Hello:
    
    
    Two seperate clusters on network.  
    ALL-IN-1 V3.0.
    Duplicate accounts -> butler_t the same on both clusters.
    
    
    What I am looking for, if possible, is to manually set auto forward
    based on information in the profile for the account.
    
    Thanks,
    
    Tim
T.RTitleUserPersonal
Name
DateLines
2925.1Uh!AIMTEC::WICKS_AU.S.A 2 England 0 - I was there!Mon Jun 28 1993 03:5714
    OK tim you've lost me straight away....
    where exactly are you setting forward to?
    
    do you mean that on all your ALL-IN-1 accounts called BUTLER_T you
    want to set them to all forward to the same place e.g
    BUTLER@NOTA1@REALJOB or all to different places... and if so why?
    
    sounds like a job for an asynchronous script server or something like
    that (:==:)
    
    Regards,
    
    Andrew.D.Wicks 
                                                                     
2925.2It gets better!AIMTEC::BUTLER_TMon Jun 28 1993 17:2419
    What it really comes down to is that a customer is creating duplicate
    accounts on another node and was trying to change the mail forward
    field in the profile. (set autoforward to the original account) I also
    believe he is trying to disallow mail.
    
    They are doing this because the account created is for a special
    application that requires this other ALL-IN-1 account. (I can't
    change this!) 
    
    It turns out mail auto_forward does more than just set the field
    in the profile.
    
    The customer wants to include this additional processing when he
    creates the new account.  I am wondering if this can be done.
    
    Thanks Anrew!
    
    
    Tim
2925.3Privileges?IOSG::MAURICENight rolls in, my dark companionMon Jun 28 1993 18:3412
    Re .3
    
>    It turns out mail auto_forward does more than just set the field
>    in the profile.
    
    As far as I can see all it does is raise the privileges of an ALL-IN-1
    administrator before changing the profile fields. Was the customer
    trying to do this from an unprivileged account?
    
    Cheers
    
    Stuart
2925.4stack dump - reproducableAIMTEC::BUTLER_TTue Jun 29 1993 21:1521
    Well, I have it down to this:
    
    put the following in mail_forward of an account: any-valid-address
    
    newdir to that account
    
    em
    
    and get a stack dump, acc vio.  Nothing with oa$msg_trap.
    
    < STARS V2.5-6 - For help press HELP or PF2 >
    Logging Into ALL-IN-1 Or Accessing EM Results in Stack Dump
    
    
    Is this related?  Note, I used a valid address in the mail_forward
    field of the accounts profile.
    
    Thanks,
    
    
    Tim
2925.5I read note 1221 and 661AIMTEC::BUTLER_TTue Jun 29 1993 21:281
    
2925.6Invalid address formatIOSG::MAURICENight rolls in, my dark companionWed Jun 30 1993 12:0426
    Hi,
    
    I've reproduced your ACCVIO and here's the scoop.
    
    When the MAIL FORWARD function runs it formats the address into the
    format:
    
    	Pretty Name ( Address )
    
    where Pretty name is 37 characters long. It then writes this into the
    MAIL_FORWARD* fields.
    
    When you NEWDIR to the user and type EM it executes the MAIL INITIALIZE
    function which finds that the forward address is set and then assumes
    that the address is in the above format. All you need to do to get the
    ACCVIO is put an unformatted address in the field, e.g. just the
    address portion with no brackets and no Pretty Name.
    
    So with a bit of luck all you need to is format your address before
    putting it in the profile fields. One other thing to do is clear
    MAIL_FORWARD2, MAIL_FORWARD3 and MAIL_FORWARD4 if you're not using
    them.
    
    Cheers
    
    Stuart
2925.7full /pretty addressAIMTEC::BUTLER_TThu Jul 01 1993 13:2213
    Thanks Stuart!
    
    Using the full address worked.
    
    get #addr = "Tim Butler                           ( BUTLER_T )"
    write change profil %key="account-name", mail_forward = #addr
    
    
    newdir account-name                               
    em
    brings up the form and the display:
    	Forwarding messages to Tim Butler ( BUTLER_T )