Hello, i have to fax more than 1000 faxes. how can i do that with sendfax? iŽve got a version, that doesn't provide the option -M or -m to read the faxnummers out of a text-file. Than IŽll try it with a little script in Perl: ... while ($_ = <FILEHANDLE>) { exec "faxspool $_ fax1.tif fax2.tif"; next; } ... But it dosen't work. Can someone help me? CU Didi@netjam.de