gurgitate-mail 1.8.3 → 1.8.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -233,7 +233,7 @@ module Gurgitate
233
233
  filter.close_read
234
234
  filter.print(self.to_s)
235
235
  filter.close
236
- exit
236
+ exit!
237
237
  end
238
238
  end
239
239
  end
@@ -175,7 +175,9 @@ module Gurgitate
175
175
  self["Return-Path"][0].contents =~ /(\S+)/
176
176
  address_candidate=$+
177
177
  else
178
- self["From"][0].contents =~ /(\S+)/
178
+ if self["From"] then
179
+ self["From"][0].contents =~ /(\S+)/
180
+ end
179
181
  address_candidate=$+
180
182
  end
181
183
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: gurgitate-mail
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.8.3
7
- date: 2007-04-16 00:00:00 +09:00
6
+ version: 1.8.4
7
+ date: 2007-04-21 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