gurgitate-mail 1.8.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/gurgitate-mail +4 -0
  2. metadata +2 -2
@@ -31,6 +31,10 @@ end
31
31
 
32
32
  mail_recipients = opts.parse(ARGV)
33
33
 
34
+ if mail_recipients.length == 0 then
35
+ mail_recipients = nil
36
+ end
37
+
34
38
  gurgitate = Gurgitate::Gurgitate.new(STDIN, mail_recipients, mail_sender)
35
39
 
36
40
  if commandline_files.length > 0
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: gurgitate-mail
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.8.0
7
- date: 2006-12-01 00:00:00 +09:00
6
+ version: 1.8.1
7
+ date: 2006-12-05 00:00:00 +09:00
8
8
  summary: gurgitate-mail is a mail filter (and a mail-delivery agent)
9
9
  require_paths:
10
10
  - lib