disable email spam notifications for now

This commit is contained in:
Kyle Drake 2015-02-13 12:06:22 -08:00
parent fbe00f6f9c
commit a8edcc8ab6

View file

@ -545,6 +545,7 @@ class Site < Sequel::Model
matches = f.grep SPAM_MATCH_REGEX
if !matches.empty?
=begin
EmailWorker.perform_async({
from: 'web@neocities.org',
reply_to: email,
@ -555,6 +556,7 @@ class Site < Sequel::Model
https://#{self.host}/#{relative_path}
}
})
=end
end
}
end