#!/bin/sh

IFS=" "    # ensure we get spaces between parameters

perl -I /opt/pmta/acctfind -MPort25::Acctfind -e "Port25::Acctfind::shell(qw($*));"

