Skip to content

Commit

Permalink
Move back to bsd-mailx and add note and dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Nov 16, 2011
1 parent b122b5a commit 6d33d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/packages
@@ -1,3 +1,4 @@
bsd-mailx
elinks
irb
libopenssl-ruby1.8
Expand Down
3 changes: 2 additions & 1 deletion script/send-problem-reports
Expand Up @@ -2,11 +2,12 @@

LOC=`dirname $0`

# Note that the -e mail flag is specific to bsd-mailx
if [ "$1" == "verbose" ]
then
if [ "$2" != "" ]
then
$LOC/runner 'ProblemMailer.send_reports(dryrun=false, verbose=true)' 2>&1 | mail -E -s "[FixMyTransport] Missing operators and emails" $2
$LOC/runner 'ProblemMailer.send_reports(dryrun=false, verbose=true)' 2>&1 | mail -e -s "[FixMyTransport] Missing operators and emails" $2
else
$LOC/runner 'ProblemMailer.send_reports(dryrun=false, verbose=true)'
fi
Expand Down

0 comments on commit 6d33d56

Please sign in to comment.