Home | History | Annotate | Download | only in tests

Lines Matching refs:FROM

81 my $cwd_testno;     # test case numbers extracted from CWD command
114 # global typeglob filehandle vars to read/write from/to sockfilters
116 local *SFREAD; # used to read from primary connection
118 local *DREAD; # used to read from secondary connection
130 # global vars customized for each test from the server commands file
184 # For now, program will also terminate from within this handler.
325 # read_mainsockf attempts to read the given amount of output from the
327 # reads untranslated sockfilt lingo which may hold data read from the
349 # read_datasockf attempts to read the given amount of output from the
351 # reads untranslated sockfilt lingo which may hold data read from the
386 logmsg "Exited from sysread_or_die() at $fcaller " .
400 logmsg "Exited from sysread_or_die() at $fcaller " .
811 my $from;
815 # Get the FROM and SIZE parameters
817 if($e =~ /^FROM:(.*)$/) {
818 $from = $1;
825 # Validate the from address (only <> and a valid email address inside
827 if ((!$from) || (($from ne "<>") && ($from !~
1144 # Example from RFC 3501, 6.3.1. SELECT Command
2282 logmsg "REST $rest was removed from size, makes $size left\n";
2533 logmsg "Odd, we got $input from client\n";
2645 # client shall timeout awaiting connection from server
2655 # client shall timeout awaiting connection from server
2685 # Data sockfilter accepted connection from client.
2708 # client awaits data connection from server in vain.
2735 # configuration commands/parameters from server commands file each time
2760 logmsg "FTPD: Getting commands from log/ftpserver.cmd\n";
3030 #remove global variables from last connection