diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-08-22 12:42:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 12:42:11 +0300 |
commit | 7150b191fc766f57922d59506ef4e011f15534e3 (patch) | |
tree | 7a165e82636881bae61c5a90c63203751728f79e /conf | |
parent | c27e8fb40821a3401b70b789f1efcb28bab5c50a (diff) | |
download | rspamd-7150b191fc766f57922d59506ef4e011f15534e3.tar.gz rspamd-7150b191fc766f57922d59506ef4e011f15534e3.zip |
[Minor] Update aliexpress.com Message-ID regexp
Diffstat (limited to 'conf')
-rw-r--r-- | conf/mid.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/mid.inc b/conf/mid.inc index c9a68acf1..120c8f697 100644 --- a/conf/mid.inc +++ b/conf/mid.inc @@ -2,7 +2,7 @@ # 'domain' 'Message-ID regexp' alibaba.com /^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}-0$/ -aliexpress.com /^(?:(?:[0-9]{14,15}|[a-z]{4}UTT_[0-9]{5,6}_)[$])?[a-f0-9]{32}$/ +aliexpress.com /^(?:(?:[0-9]{14,15}|[a-z]{4}UTT_[0-9]{5,6}_(?:[0-9]{8}_)?)[$])?[a-f0-9]{32}$/ beeline.ru /^<[A-z0-9+]{18}>$/ noreply.esphere.ru noreply.etprf.ru |