From b26bfa64e1b800a6f77ab4531410a12bc5bda308 Mon Sep 17 00:00:00 2001 From: Nicolas Mailhot Date: Oct 19 2009 20:45:52 +0000 Subject: repo-font-audit: tweak spamming --- diff --git a/bin/repo-font-audit b/bin/repo-font-audit index 277fddb..2a82a7e 100755 --- a/bin/repo-font-audit +++ b/bin/repo-font-audit @@ -1122,7 +1122,7 @@ Dear packager, At $TIMESTAMP, while scanning the $ID repository located at: $REPOURL -… I have identified the following problems in your $srpm package: +I have identified the following problems in your $srpm package: $(test_score "tmp/$srpm/$TSUM") @@ -1148,10 +1148,10 @@ cat > spam/send-messages.sh << EOF # This is a bit distribution-specific, people from other distributions are # welcome to suggest how to make it more agnostic -EMAIL="repo-font-audit " -REPLYTO=fedora-fonts-list@redhat.com +#EMAIL="repo-font-audit " +#REPLYTO=another@mail -export EMAIL REPLYTO +#export EMAIL REPLYTO for srpm in \\ $(awk -F '|' 'FNR>1 { print $1 " \\" }' "$TSUM" | uniq)