• send_mail

    From Willowolf@VERT/WOLFGROT to All on Sat Nov 22 15:46:00 2003
    ãI'm having problems with this:ãããNO_YES "\r\nLeave Feedback?"ã IF_FALSEã SETSTR "1"ã MAIL_SEND_FEEDBACKã END_IFããAll I get is a loop. If I say "YES" to "Leave Feedback?" it goes right back toãthe "Leave Feedback?" question.ããI've tried this alone, all by itself in it's own .BIN file, and I still haveãthe same problem. I've also tried MAIL_SEND and had the same result.ããIf anyone has any ideas about this, or another way to send feedback withoutãusing the MAIL_SEND or MAIL_SEND_FEEDBACK functions I would appreciate theãadvice.ããI'm running Synchronet v3.10l beta on Windows 2000 Pro.ãããThanks,ã|07-- ã|02\\/ã|15William Orion Wolfe - SysOp - Wolf Grotto BBS ã|15http://wolfgrotto.thebbs.org:8888ãã---ã þ Synchronet þ Wolf Grotto - Las Vegas, Nevada USA - wolfgrotto.thebbs.orgã
  • From Stephen Cooper@VERT/MISSION1 to Willowolf on Sun Nov 23 12:21:00 2003
    ãã > I'm having problems with this:ããã > NO_YES "\r\nLeave Feedback?" IF_FALSE SETSTR "1" MAIL_SEND_FEEDBACKã > END_IFãã > All I get is a loop. If I say "YES" to "Leave Feedback?" it goes right backã > the "Leave Feedback?" question.ããThis is the way it's done when you hit N for Note to Sysop.ããcmdkey Nã setstr "1"ã mail_send_feedbackã end_cmdããã---ã þ Synchronet þ Mission Control BBS ---- telnet://missioncontrol.mine.nuã
  • From Digital Man@VERT to Willowolf on Mon Nov 24 12:54:35 2003
    Re: send_mailã By: Willowolf to All on Sat Nov 22 2003 03:46 pmãã > ã > I'm having problems with this:ã > ã > ã > NO_YES "\r\nLeave Feedback?"ã > IF_FALSEã > SETSTR "1"ã > MAIL_SEND_FEEDBACKã > END_IFã > ã > All I get is a loop. If I say "YES" to "Leave Feedback?" it goes right backã > the "Leave Feedback?" question.ã > ã > I've tried this alone, all by itself in it's own .BIN file, and I still haveã > the same problem. I've also tried MAIL_SEND and had the same result.ã > ã > If anyone has any ideas about this, or another way to send feedback withoutã > using the MAIL_SEND or MAIL_SEND_FEEDBACK functions I would appreciate theã > advice.ã > ã > I'm running Synchronet v3.10l beta on Windows 2000 Pro.ããMake sure you haven't named the file feedback.src/bin. There's an obscureãfeature where if a module named exec/feedback.* exists, Synchronet willãautomatically execute it when sending feedback to the sysop (the filename isãhard-coded, not configurable). Anyway, using a different name for your moduleãshould fix the problem.ãã digital manããSnapple "Real Fact" #132:ãA crocodile cannot move its tongue. ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Hausmaus@VERT/MIDNITE1 to Digital Man on Mon Nov 24 17:36:00 2003
    ã > Make sure you haven't named the file feedback.src/bin. There's an obscureã > feature where if a module named exec/feedback.* exists, Synchronet willãã"obscure feature" - heh. <G> I like that one, haven't heard that before. Iãdid hear "unplanned feature" in place of "bug" though. :)ãã--HMãã---ã þ Synchronet þ Midnight's Hour BBS - midnightshour.orgã
  • From Digital Man@VERT to Hausmaus on Mon Nov 24 17:54:24 2003
    Re: send_mailã By: Hausmaus to Digital Man on Mon Nov 24 2003 05:36 pmãã > > Make sure you haven't named the file feedback.src/bin. There's an obscureã > > feature where if a module named exec/feedback.* exists, Synchronet willã > ã > "obscure feature" - heh. <G> I like that one, haven't heard that before. Iã > did hear "unplanned feature" in place of "bug" though. :)ããThe name of this optional "feedback module" will be configurable in some futureãSynchronet version, and at that point it will no longer be obscured. :-)ãã digital manããSnapple "Real Fact" #105:ãYou will burn 7% more calories walking on hard dirt than pavement.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Hausmaus@VERT/MIDNITE1 to Digital Man on Tue Nov 25 11:36:00 2003
    ã > Synchronet version, and at that point it will no longer be obscured. :-)ããHeh, for now it's just obfuscated. :Pãã--HMããã---ã þ Synchronet þ Midnight's Hour BBS - midnightshour.orgã
  • From Willowolf@VERT/WOLFGROT to Digital Man on Wed Nov 26 08:49:00 2003
    [Reply to]: send_mailã[Typed by]: Digital Man to Willowolf on Mon Nov 24 2003 12:54 pmãã>Make sure you haven't named the file feedback.src/bin. There's an obscureã>feature where if a module named exec/feedback.* exists, Synchronet willã>automatically execute it when sending feedback to the sysop (the filename isã>hard-coded, not configurable). Anyway, using a different name for your moduleã>should fix the problem.ã>ã> digital manããã That was it! You rock DM!ãã Thanks!ãã|07-- ã|02\\/ã|15William Orion Wolfe - SysOp - Wolf Grotto BBS ã|15http://wolfgrotto.thebbs.org:8888ãã---ã þ Synchronet þ Wolf Grotto - Las Vegas, Nevada USA - wolfgrotto.thebbs.orgã
  • From KC8SZU@VERT/SCANNER to Willowolf on Thu Nov 27 14:49:00 2003
    Re: send_mailã By: Willowolf to Digital Man on Wed Nov 26 2003 08:49 amãã > That was it! You rock DM!ããWas there ever any doubt? :)ããJason - Kilo Charlie Eight Sierra Zulu Uniformãã-.- -.-. ---.. ... --.. ..-ãã---ã þ Synchronet þ Scanner Enthusiasts BBS - scannerbbs.dyndns.org - *Dove-Netã
  • From Willowolf@VERT/WOLFGROT to KC8SZU on Thu Dec 4 19:18:00 2003
    [Reply to]: send_mailã[Typed by]: KC8SZU to Willowolf on Thu Nov 27 2003 02:49 pmãã>ã> > That was it! You rock DM!ã>ã>Was there ever any doubt? :)ã>ã>Jason - Kilo Charlie Eight Sierra Zulu Uniformãã Of course not. :)ãã|07-- ã|02\\/ã|15William Orion Wolfe - SysOp - Wolf Grotto BBS ã|15http://wolfgrotto.thebbs.org:8888ãã---ã þ Synchronet þ Wolf Grotto - Las Vegas, Nevada USA - wolfgrotto.thebbs.orgã