Kenji Okimoto
null+****@clear*****
Tue Jul 3 11:48:19 JST 2018
Kenji Okimoto 2018-07-03 11:48:19 +0900 (Tue, 03 Jul 2018) New Revision: 1b29ea398ede6792f72a8a9e3911d33cf96eb423 https://github.com/milter-manager/milter-manager/commit/1b29ea398ede6792f72a8a9e3911d33cf96eb423 Message: data defaults: Disable rspamd detection for now See #134 Modified files: data/defaults/debian.conf data/defaults/freebsd.conf data/defaults/redhat.conf Modified: data/defaults/debian.conf (+0 -8) =================================================================== --- data/defaults/debian.conf 2018-07-03 11:47:05 +0900 (dfa417d8) +++ data/defaults/debian.conf 2018-07-03 11:48:19 +0900 (7399171b) @@ -42,14 +42,6 @@ candidates = [ "No Stress", ], ], - [ - "rspamd", - [ - "Remote Network", - "Unauthenticated", - "No Stress", - ], - ] ] candidates.each do |candidate, conditions| detector = DebianDetector.new(configuration, candidate) Modified: data/defaults/freebsd.conf (+0 -8) =================================================================== --- data/defaults/freebsd.conf 2018-07-03 11:47:05 +0900 (75126fda) +++ data/defaults/freebsd.conf 2018-07-03 11:48:19 +0900 (dfb21c77) @@ -50,14 +50,6 @@ candidates = [ "No Stress", ], ], - [ - "rspamd", - [ - "Remote Network", - "Unauthenticated", - "No Stress", - ], - ], ] candidates.each do |candidate, conditions| detector = FreeBSDRCDetector.new(configuration, candidate) Modified: data/defaults/redhat.conf (+0 -8) =================================================================== --- data/defaults/redhat.conf 2018-07-03 11:47:05 +0900 (f8984fe1) +++ data/defaults/redhat.conf 2018-07-03 11:48:19 +0900 (cfd3736d) @@ -41,14 +41,6 @@ candidates = [ "No Stress", ], ], - [ - "rspamd", - [ - "Remote Network", - "Unauthenticated", - "No Stress", - ], - ], ] candidates.each do |candidate, conditions, spec_detector| detector = RedHatDetector.new(configuration, candidate, &spec_detector) -------------- next part -------------- An HTML attachment was scrubbed... URL: https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20180703/531ec6b6/attachment-0001.htm