Merge branch 'master' of git.st.unitedknowledge.org:webgui_newsletter

This commit is contained in:
Martin Kamerbeek 2010-06-09 13:25:42 +02:00
commit 192cd6afe4

View file

@ -16,11 +16,10 @@ use List::MoreUtils qw{ any };
my $NO_SUCH_USER = 67;
my $webguiRoot = '/data/WebGUI';
my %configs = (
'martintwee.oqapi.nl' => 'martintwee.oqapi.nl.conf',
'lom.lom.st.unitedknowledge.org' => 'www.lomcongres.nl.conf',
);
#---------------------------------------------------------------
my ( $domain, $user ) = @ARGV;
my ( $mailId, $command ) = $user =~ m{^(.+)-([^-]+)$}i;