1MAILRPT(1)            User Contributed Perl Documentation           MAILRPT(1)
2
3
4

NAME

6       mailrpt.pl - Send the smoke report by mail
7

SYNOPSIS

9           $ ./mailrpt.pl -t mailx -d ../perl-current [more options]
10
11       or
12
13           $ ./mailrpt.pl -c [smokecurrent_config]
14

OPTIONS

16       Options depend on the type option, exept for some.
17
18       ·   Configuration file
19
20               -c | --config <configfile> Use the settings from the configfile
21
22           mailrpt.pl can use the configuration file created by
23           configsmoke.pl.  Other options can override the settings from the
24           configuration file.
25
26       ·   General options
27
28               -d | --ddir <directory>  Set the directory for the source-tree (cwd)
29               --to <emailaddresses>    Comma separated list (smokers-reports@perl.org)
30               --cc <emailaddresses>    Comma separated list
31
32               -t | --type <type>       mail mailx sendmail Mail::Sendmail [mandatory]
33
34               --nomail                 Don't send the message
35               --report                 Create a report anyway
36               --defaultenv             It was a PERLIO-less smoke
37               --[no]ccp5p_onfail       Do (not) send failure reports to perl5-porters
38
39               -v | --verbose <0..2>    Set verbose level
40               -h | --help              Show help message (needs Pod::Usage)
41               --man                    Show the perldoc  (needs Pod::Usage)
42
43       ·   options for -t mail/mailx
44
45           no extra options
46
47       ·   options for -t sendmail
48
49               --from <address>
50
51       ·   options for -t Mail::Sendmail | MIME::Lite
52
53               --from <address>
54               --mserver <smtpserver>  (localhost)
55

DESCRIPTION

57       This is a small front-end for Test::Smoke::Mailer.
58

SEE ALSO

60       Test::Smoke::Mailer, Test::Smoke::Reporter
61
63       (c) 2002-2003, All rights reserved.
64
65         * Abe Timmerman <abeltje@cpan.org>
66
67       This library is free software; you can redistribute it and/or modify it
68       under the same terms as Perl itself.
69
70       See:
71
72       ·   <http://www.perl.com/perl/misc/Artistic.html>
73
74       ·   <http://www.gnu.org/copyleft/gpl.html>
75
76       This program is distributed in the hope that it will be useful, but
77       WITHOUT ANY WARRANTY; without even the implied warranty of
78       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79
80
81
82perl v5.12.1                      2008-07-19                        MAILRPT(1)
Impressum