From 069cdf5110e34524723d2471b7bfc9b5d5f5d5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sat, 9 Jun 2012 04:21:06 +0200 Subject: [PATCH] =?UTF-8?q?Le=20corbeau=20a=20=C3=A9t=C3=A9=20tu=C3=A9=20p?= =?UTF-8?q?ar=20Michel.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: ed5703deb7cf2653df02fc6a8a9baa25 darcs-hash:20120609022106-b6762-54e5f45b791bf6c15772c129098b5476c7f7a5c6.gz --- corbeau | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/corbeau b/corbeau index befbdb7a..036aac37 100755 --- a/corbeau +++ b/corbeau @@ -13,8 +13,10 @@ cat > ${TEMP} # Est-ce du spam ? if [[ $? == 0 ]]; then + # Desactivation preventive + if false; then # Est-ce que ça contient le mot de passe ? - if cat ${TEMP} | egrep -q "^Mot de passe : corbeau$"; then + #if cat ${TEMP} | egrep -q "^Mot de passe : corbeau$"; then cat ${TEMP} | \ egrep -v "^Mot de passe : corbeau$" | \ formail -I "Received" \