• WM_FORCEFWD

    From Ragnarok@1:229/2 to All on Wednesday, July 31, 2019 22:21:45
    From: ragnarok@DOCKSUD.remove-hie-this

    To: DOVE-Net.Synchronet_Discussion
    I try to send a intenal email to another user form js.

    u = system.matchuser("ragnarok");

    bbs.email(u, '', "the subject', WM_EMAIL);

    if i use the WM_FORCEFWD flag, this show "from user@domain to ragnarok@bbs.docksud.com.ar (internet addreses)

    if not use WM_FORCEFWD, i have the prompt for it, and i need to select
    NO to get internal email (user to user)

    its posible to avoid these prompt and get directly the email as user to
    user?
    thanks!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Digital Man@1:229/2 to All on Thursday, August 01, 2019 00:34:48
    From: digital.man@vert.synchro.net.remove-p1v-this

    To: Ragnarok
    Re: WM_FORCEFWD
    By: Ragnarok to DOVE-Net.Synchronet_Discussion on Wed Jul 31 2019 10:21 pm

    I try to send a intenal email to another user form js.

    u = system.matchuser("ragnarok");

    bbs.email(u, '', "the subject', WM_EMAIL);

    if i use the WM_FORCEFWD flag, this show "from user@domain to ragnarok@bbs.docksud.com.ar (internet addreses)

    if not use WM_FORCEFWD, i have the prompt for it, and i need to select
    NO to get internal email (user to user)

    its posible to avoid these prompt and get directly the email as user to user?

    If you want to globally disallow forwarding to netmail, you can set SCFG->Message Options->Allow Forwarding to NetMail to "No".

    If you only want to disable it on one specific call to bbs.email(), I could add
    a new mode flag (e.g. WM_NOFWD). Is that want you're looking for?

    digital man

    Synchronet "Real Fact" #53:
    Synchronet Blackjack was the first multi-node/multi-user game for Synchronet. Norco, CA WX: 66.2øF, 87.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Ragnarok@1:229/2 to All on Thursday, August 01, 2019 19:45:25
    From: ragnarok@DOCKSUD.remove-w2j-this

    To: Digital Man
    El 1/8/19 a las 04:34, Digital Man escribió:
    Re: WM_FORCEFWD
    By: Ragnarok to DOVE-Net.Synchronet_Discussion on Wed Jul 31 2019 10:21 pm

    I try to send a intenal email to another user form js.

    u = system.matchuser("ragnarok");

    bbs.email(u, '', "the subject', WM_EMAIL);

    if i use the WM_FORCEFWD flag, this show "from user@domain to ragnarok@bbs.docksud.com.ar (internet addreses)

    if not use WM_FORCEFWD, i have the prompt for it, and i need to select
    NO to get internal email (user to user)

    its posible to avoid these prompt and get directly the email as user to user?

    If you want to globally disallow forwarding to netmail, you can set
    SCFG->Message Options->Allow Forwarding to NetMail to "No".

    If you only want to disable it on one specific call to bbs.email(), I could
    add a new mode flag (e.g. WM_NOFWD). Is that want you're looking for?

    yeap!, i want to send mail to another user and avoid forward (also avoid prompt)

    =)

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Digital Man@1:229/2 to All on Thursday, August 01, 2019 18:41:03
    From: digital.man@vert.synchro.net.remove-d70-this

    To: Ragnarok
    Re: Re: WM_FORCEFWD
    By: Ragnarok to Digital Man on Thu Aug 01 2019 07:45 pm

    El 1/8/19 a las 04:34, Digital Man escribió:
    Re: WM_FORCEFWD
    By: Ragnarok to DOVE-Net.Synchronet_Discussion on Wed Jul 31 2019 10:21 pm

    I try to send a intenal email to another user form js.

    u = system.matchuser("ragnarok");

    bbs.email(u, '', "the subject', WM_EMAIL);

    if i use the WM_FORCEFWD flag, this show "from user@domain to ragnarok@bbs.docksud.com.ar (internet addreses)

    if not use WM_FORCEFWD, i have the prompt for it, and i need to select NO to get internal email (user to user)

    its posible to avoid these prompt and get directly the email as user to user?

    If you want to globally disallow forwarding to netmail, you can set SCFG->Message Options->Allow Forwarding to NetMail to "No".

    If you only want to disable it on one specific call to bbs.email(), I could add a new mode flag (e.g. WM_NOFWD). Is that want you're looking for?

    yeap!, i want to send mail to another user and avoid forward (also avoid prompt)

    Okay, you should be able to use the new WM_NOFWD mode flag for bbs.email() then.

    digital man

    Synchronet "Real Fact" #61:
    How to get Synchronet technical support: http://wiki.synchro.net/howto:support Norco, CA WX: 85.8øF, 41.0% humidity, 15 mph E wind, 0.00 inches rain/24hrs
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Ragnarok@1:229/2 to All on Friday, August 02, 2019 19:26:19
    From: ragnarok@DOCKSUD.remove-x9x-this

    To: Digital Man
    El 1/8/19 a las 22:41, Digital Man escribió:


    yeap!, i want to send mail to another user and avoid forward (also avoid prompt)

    Okay, you should be able to use the new WM_NOFWD mode flag for bbs.email()
    then.

    digital man

    yahhh rock and rollllll!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Ragnarok@1:229/2 to All on Saturday, August 03, 2019 23:50:38
    From: ragnarok@DOCKSUD.remove-pta-this

    To: Digital Man
    El 1/8/19 a las 22:41, Digital Man escribió:

    yeap!, i want to send mail to another user and avoid forward (also avoid prompt)

    Okay, you should be able to use the new WM_NOFWD mode flag for bbs.email()
    then.

    digital man

    thanks!, this perform the behavior I needed!!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)