Bug 5026 - Опять контриб
Summary: Опять контриб
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: osec (show other bugs)
Version: unstable
Hardware: all Linux
: P5 enhancement
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 16:55 MSD by Andy Gorev
Modified: 2006-11-06 19:56 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"