summaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla.procmailrc
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-10-17 16:08:06 +0200
committermkanat%bugzilla.org <>2006-10-17 16:08:06 +0200
commitc26d71326510b17b3da75c733254ec07178da884 (patch)
treeb35b3c4da1f86af73c6987619811d7ec06eb228f /contrib/bugzilla.procmailrc
parent41e90677df45dc12590343ea88be4d8f6cb5eb87 (diff)
downloadbugzilla-c26d71326510b17b3da75c733254ec07178da884.tar.gz
bugzilla-c26d71326510b17b3da75c733254ec07178da884.tar.xz
Bug 356924: Remove the old bug_email inbound email interface
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave
Diffstat (limited to 'contrib/bugzilla.procmailrc')
-rw-r--r--contrib/bugzilla.procmailrc30
1 files changed, 0 insertions, 30 deletions
diff --git a/contrib/bugzilla.procmailrc b/contrib/bugzilla.procmailrc
deleted file mode 100644
index 36656b4d2..000000000
--- a/contrib/bugzilla.procmailrc
+++ /dev/null
@@ -1,30 +0,0 @@
-:0 fhw
-| formail -I "From " -a "From "
-
-BUGZILLA_HOME=/home/bugzilla/WEB/bugzilla/contrib
-
-:0
-* ^Subject: .*\[Bug .*\]
-RESULT=|(cd $BUGZILLA_HOME && ./bugzilla_email_append.pl)
-
-
-# Feed mail to stdin of bug_email.pl
-:0 Ec
-#* !^Subject: .*[Bug .*]
-RESULT=|(cd $BUGZILLA_HOME && ./bug_email.pl )
-
-# write result to a logfile
-:0 c
-|echo `date '+%d.%m.%y %H:%M: '` $RESULT >> $HOME/bug_email.log
-
-
-:0 c
-|echo "----------------------------------" >> $HOME/bug_email.log
-
-:0 c
-$HOME/bug_email.log
-
-# Move mail to the inbox
-:0
-$HOME/Mail/INBOX
-