carterdte_smtp_filter 0.0.6.7 → 0.0.6.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 443b84f02f4ecd8f1cf76c6a7dd0952e122becab
4
- data.tar.gz: f90bb8695e220540bad317b08a271769434eac4c
3
+ metadata.gz: 3f6c8e57af5b8e39fd669a06b4412966a610510c
4
+ data.tar.gz: 3d3d52960eab138265f4b381f571a852d2dc6b3f
5
5
  SHA512:
6
- metadata.gz: da72509a2db6bf1a51abfd6bc3edd0b280dc8f423a2b4ba4b3660b7296a00838f33363fb3099313986bb7de7dc85567fa984f66062c2789e7b7ee2b082fa980f
7
- data.tar.gz: b4e07f2475ce7449ed0bb121730740bc62d7ce0af3267c438ad8f4223cfb8fd69c312b14e12f9eaa6680356674f35d5359ff83967aa4da79c77e417f04c7dfb9
6
+ metadata.gz: 96d4b756eaff346a0bb377b743258a172e9bfbd6a7cd3a514d5baec567bdad0f084e4a65740df35c9d7a93d2de7b342a976c7f56e520c00967015d926c8320c7
7
+ data.tar.gz: 58fc3f319e6cb0c3c3088252770824d05bd8104842819b4d4e42c883cbd4ae2eb3df39fcf168a604a826b83294ac483b40977cd6b55840e1f65eeb5156e6aaff
@@ -25,7 +25,7 @@ module CarterdteSmtpFilter
25
25
  # working with Postfix
26
26
  begin
27
27
  message.return_email unless CarterdteSmtpFilter::Config::stand_alone
28
- rescue Smtpd451Exception => e
28
+ rescue Exception => e
29
29
  # Esto pasa cuando colocan acento en el subject
30
30
  # y no avisan con el encoding que corresponde
31
31
  message.email.subject = message.email.subject.force_encoding('ISO-8859-1').encode('UTF-8')
@@ -1,3 +1,3 @@
1
1
  module CarterdteSmtpFilter
2
- VERSION = "0.0.6.7"
2
+ VERSION = "0.0.6.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carterdte_smtp_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6.7
4
+ version: 0.0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patricio Bruna