--- trunk/sender.pl 2005/05/15 21:19:26 20 +++ trunk/sender.pl 2005/05/15 21:35:15 21 @@ -104,10 +104,10 @@ =cut } elsif ($add_opt) { - #my $noticer = $loader->find_class('Noticer') || die "can't find my class!"; my $list = $lists->find_or_create({ name => $add_opt, }) || die "can't add list $add_opt\n"; + if ($email_opt && $list->email ne $email_opt) { $list->email($email_opt); $list->update;