diff --git a/kmail-3.3b1-misc.pl b/kmail-3.3b1-misc.pl index bcab80de2..b362850fc 100644 --- a/kmail-3.3b1-misc.pl +++ b/kmail-3.3b1-misc.pl @@ -31,6 +31,7 @@ while ( <> ) { } elsif ( /^MailingListPostingAddress/ ) { my ($key,$value) = split /=/; if ( not $value eq "" and not $value =~ /^mailto:/ ) { + print "# DELETE $currentGroup$key\n"; print "$currentGroup\n$key=mailto:$value\n"; } }