aiwilliams-mlist 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/mlist/mail_list.rb +1 -0
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.1.8 [Enhancement] (2009-08-19)
2
+
3
+ * return-receipt-to header will not be published to list to avoid having recipients spam list with receipts [aiwilliams]
4
+
1
5
  *0.1.7 [Bug Fixes, Delivery Improvements] (2009-08-14)
2
6
 
3
7
  *   is maintained as spacing in html_to_text conversions [aiwilliams]
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 7
2
+ :patch: 8
3
3
  :major: 0
4
4
  :minor: 1
@@ -213,6 +213,7 @@ module MList
213
213
  delivery.message_id = message.identifier
214
214
  delivery.mailer = message.mailer
215
215
  delivery.headers = list_headers
216
+ delivery['return-receipt-to'] = nil
216
217
  delivery.subject = list_subject(message.subject)
217
218
  delivery.to = address
218
219
  delivery.cc = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aiwilliams-mlist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Williams
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-14 00:00:00 -07:00
12
+ date: 2009-08-19 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15