Subversion Repositories configs

Rev

Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 - 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
3 - 7
 
8 - 8
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
14
 
3 - 15
# Users should user rhtsupport plugin, so disabling others by default
16
# to not confuse users with too many options
17
#EVENT=report_Mailx
18
    reporter-mailx