adzap-ar_mailer 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|