                 Thank you for checking out this file.

Ok.. heres a little background on why I made this addtion to my .SRC
files. My BBS offers free UUCP Fidonet gated Internet E-mail. Although
I have made a bulletin explaining how to address this type on e-mail, alot
of users can't seem to remember how to do it. My Fidonet UUCP gateway will
only forward Internet e-mail if the message is addressed to UUCP @1:103/1.
Then the user puts the address on the person he or she is sending on the
first line of the message like this:

TO: user.name@user.address

Hello Bob .. how ya doing?

Well you get it. The address of this person is actally in the message itself,
followed by a blank line. New users to UUCP gated e-mail can't understand
this! So I added some Baja script to print on the screen how to send Internet 
e-mail right before sending it. And since users have a hard time remembering
exactly what the UUCP address is, I found a way to have Sync add the UUCP 
address for them and send them into the message editor. So now they can read
how to send e-mail while they are actually doing it! No need to try to 
remember what the bulletin said. 

Installation: COPY YOUR ORIGINAL .SRC FILES TO A SAFE PLACE BEFORE MAKING
              ANY MODIFICATIONS! That way if you screw up, no harm done. 
              just reload your old ones. 

              You will need to add the following script to all of your
              command shell .SRC files and recompile them. BTW.. the third
              line in this script is 84 spaces long so make sure you scroll
              over all the way so you can read it. Do not add the comments
              contained between < and >. Those are there to help you. I 
              added this script after the LAST cmdkey command in the main 
              menu portion of the .SRC file. If you don't have a clue about
              what I am saying then you need to read the BAJA doc's before
              attempting to do this, as I will not be held accountable for
              for any harm you might do! 
              
                                                              
                                                              

cmdkey #       <<<you may change this command key if # is already being used>
print " \r\n"
print "Internet E-mail is routed through UUCP. On The FIRST line of the message\r\n"
print "put in the address of the person you are sending to like this:\r\n"
print " \r\n"
print "                 TO: user.name@user.address\r\n"
print "\r\n"
print "Now add 1 blank line before you type your message.\r\n"
print "\r\n"
print "*IMPORTANT* Do NOT put the address in the subject title!\r\n"
print "\r\n"
setstr "UUCP @1:103/1\r\n"    <<<change the address to your gateway>>
ungetstr
mail_send_netmail
end_cmd


Ok.. now all you need to do is edit your menus to reflect the new command. 

BTW.. you my be wondering why I have included a few blank lines. This is 
to break up the instuctions to make them easier to read. 

I have included and ansi and ascii file ONLY to show you how it looks on my
system. These files ARE NOT NEEDED! 

If you have any questions or comments you can contact me in these ways:

On The Fly BBS (714) 554-2518   <e-mail Blade> 

Vert.  <e-mail Paul Wilson> 

Fidonet 1:103/207

Infinet 69:100/9510  Infinet Hub for the Calif. 714 area code. 

Internet: blade@207.sasbbs.com


