diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-11-09 18:05:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 18:05:25 +0300 |
commit | 1f1b2bbd5efe668acf2814439dbef70a45baf82d (patch) | |
tree | 6fc526eefd9c2c17906560239fbe5574e97f7fbd /conf | |
parent | 1e72217a5a79451247bcd33aa2d04d43b48b22e2 (diff) | |
download | rspamd-1f1b2bbd5efe668acf2814439dbef70a45baf82d.tar.gz rspamd-1f1b2bbd5efe668acf2814439dbef70a45baf82d.zip |
[Minor] Update aliexpress.com's MID 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 3398e5340..0841a7c4b 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}|[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}_)[$])?[a-f0-9]{32}$/ beeline.ru /^<[A-z0-9]{18}>$/ noreply.esphere.ru is-zakupki.com |