mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
tempory-changed-values
This commit is contained in:
parent
52a49f41e2
commit
23bfc99b7a
2 changed files with 2 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
|||
# For email_validation event kind also check_level (regex/mx/smtp) is stored in the event_data
|
||||
class ValidationEvent < ApplicationRecord
|
||||
enum event_type: ValidationEvent::EventType::TYPES, _suffix: true
|
||||
VALIDATION_PERIOD = 1.year.freeze
|
||||
VALIDATION_PERIOD = 30.seconds.freeze
|
||||
VALID_CHECK_LEVELS = %w[regex mx smtp].freeze
|
||||
VALID_EVENTS_COUNT_THRESHOLD = 5
|
||||
MX_CHECK = 3
|
||||
MX_CHECK = 15
|
||||
|
||||
INVALID_EVENTS_COUNT_BY_LEVEL = {
|
||||
regex: 1,
|
||||
|
|
|
@ -79,7 +79,6 @@ def filter_check_level(contact)
|
|||
|
||||
return false if data.event_data['check_level'] == 'smtp'
|
||||
|
||||
# возвращает нет, мх валидные теперь
|
||||
return false if check_mx_contact_validation(contact)
|
||||
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue