adzap-ar_mailer 1.4.2 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +6 -0
- data/lib/action_mailer/ar_sendmail.rb +2 -2
- metadata +1 -1
data/History.txt
CHANGED
@@ -54,7 +54,7 @@ class ActionMailer::ARSendmail
|
|
54
54
|
##
|
55
55
|
# The version of ActionMailer::ARSendmail you are running.
|
56
56
|
|
57
|
-
VERSION = '1.4.
|
57
|
+
VERSION = '1.4.3'
|
58
58
|
|
59
59
|
##
|
60
60
|
# Maximum number of times authentication will be consecutively retried
|
@@ -362,7 +362,7 @@ end
|
|
362
362
|
else
|
363
363
|
# not running, so remove existing pid file and continue
|
364
364
|
self.remove_pid_file
|
365
|
-
|
365
|
+
$stderr.puts "ar_sendmail is not running. Removing existing pid file and starting up..."
|
366
366
|
end
|
367
367
|
end
|
368
368
|
WEBrick::Daemon.start
|