]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - update_spamassassin
* Add bts patches from blars
[spamassassin_config.git] / update_spamassassin
index 1a8c41af509e62a5a3979f996ab623420c9ed5d5..41cf2bc1c958998ce6608e55db974da8f55cd9e4 100755 (executable)
@@ -52,10 +52,16 @@ function report_failure(){
     if [ -e "$SACONFIG/failed_update" ]; then
        exit 0;
     fi;
-    echo "$FAILURE_MESSAGE" >> "$SACONFIG/failed_update"
-    echo "$FAILURE_MESSAGE";
-    echo
-    echo "update_spamassassin will not report any additional errors until this is fixed"
+    echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update"
+    echo "$FAILUREMESSAGE";
+    cat - <<EOF;
+
+Update_spamassassin will not report any additional errors until this
+is fixed.
+
+Please fix the problem and then remove
+$SACONFIG/failed_update
+EOF
     exit 1;
 }