Bug 5026

Summary: Опять контриб
Product: Sisyphus Reporter: Andy Gorev <master>
Component: osecAssignee: Alexey Gladkov <legion>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P5 CC: legion
Version: unstable   
Hardware: all   
OS: Linux   

Description Andy Gorev 2004-08-19 16:55:14 MSD
Для .procmailrc

:0 #Kill reports, if data hasn\'t changed
* ^Subject:.*security check$
 {
    :0 B
    * ^Processing
    * ^No changes
    /dev/null
 }
Comment 1 inger@altlinux.org 2005-08-26 10:23:45 MSD
теперь уже в osec есть собственная функциональность для этого
Comment 2 Andy Gorev 2006-11-06 19:56:19 MSK
Добавить в документацию, что этот дифф включает эту функциональность:

diff -urN /etc/osec/pipe.conf /etc/osec/pipe.conf.new
--- /etc/osec/pipe.conf 2004-07-05 15:50:14 +0300
+++ /etc/osec/pipe.conf.new     2006-11-06 18:45:56 +0200
@@ -1,4 +1,4 @@
 MAIL_PIPE='/bin/mail -s "[osec] Daily security check" root'
-
+MAILER_PIPE=/usr/bin/osec_mailer
 REPORT_PIPE=/usr/bin/osec_reporter
-SEND_PIPE="$MAIL_PIPE"
+SEND_PIPE="$MAILER_PIPE"