# command line parsing, libmilter version

$SENDER=shift(@ARGV);
@RECIPS=@ARGV; # put all the rest of the arguments as recipients

# End libmilter cmd line parsing
