perl -ne '$string=$_ if /Successfully sent/; END{print $string}' $logfile