diff --git a/sbin/newsletter-transport.pl b/sbin/newsletter-transport.pl index 8b59b0a..beedd33 100755 --- a/sbin/newsletter-transport.pl +++ b/sbin/newsletter-transport.pl @@ -79,7 +79,6 @@ sub getCredentials { print "Received mail addressed to [$user\@$domain] which contains no id" && exit( $NO_SUCH_USER ) unless $id; print "Received mail addressed to [$user\@$domain] which contains no command" && exit( $NO_SUCH_USER ) unless $command; - return ( $configFile, $command, $id, $sender, $senderIp ); }