The maximal number of addresses in the mailing list is 100000. If your lists are longer, divide them into parts by this utility. AdrSplit is placed in the subdirectory Utils with Advanced Direct Remailer.
Syntax:
ADRSPLIT.EXE lines input_file
Where lines is the maximum number of lines in output files, input_file is the list you want to split. The output files are saved in the directory with the input file and have names like input_file.NNN, where NNN is the number of a part.
Examples:
ADRSPLIT.EXE 1000 my.lst
ADRSPLIT.EXE 10000 “C:\Program Files\Eserv\forward.lst”
To concatenate the parts back to one file, use the COPY command in a command line. For example:
COPY my.lst.001+my.lst.002+my.lst.003 my_checked.lst
COPY my.lst.0?? my_checked.lst