Subversion Repositories configs

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 128
Line 1... Line 1...
1
EVENT=notify
1
EVENT=notify
2
    # do not rely on the default config nor on the config file
-
 
3
    Mailx_Subject="[abrt] a crash has been detected" \
-
 
4
    Mailx_EmailFrom="ABRT Daemon <DoNotReply>" \
-
 
5
    Mailx_EmailTo="root@localhost" \
-
 
6
    reporter-mailx --notify-only
2
    reporter-mailx --notify-only
7
 
3
 
8
EVENT=notify-dup
4
EVENT=notify-dup
9
    # do not rely on the default config nor on the config file
-
 
10
    Mailx_Subject="[abrt] a crash has been detected again" \
-
 
11
    Mailx_EmailFrom="ABRT Daemon <DoNotReply>" \
-
 
12
    Mailx_EmailTo="root@localhost" \
-
 
13
    reporter-mailx --notify-only
5
    reporter-mailx --notify-only
14
 
6
 
15
# Users should user rhtsupport plugin, so disabling others by default
7
# Users should user rhtsupport plugin, so disabling others by default
16
# to not confuse users with too many options
8
# to not confuse users with too many options
17
#EVENT=report_Mailx
9
#EVENT=report_Mailx