المقدمة
يصف هذا المستند معنى رسالة الخطأ "مسح المشكلة: تجاوز الحد الأقصى للعمل لكل تعبير/حد بيانات" وكيفية حل المشاكل التي نتجت عنها.
معلومات أساسية
رسالة الخطأ "مسح المشكلة: تجاوز الحد الأقصى للعمل لكل تعبير/حد بيانات" يمكن أن يكون بسبب إدخالات القاموس أو عوامل تصفية المحتوى أو عوامل تصفية الرسائل التي لها العديد من تطابقات التعبير العادي (RegEx). هذا خطأ يستطيع وقعت بسبب هذا سبب:
- عند سرد عدد كبير من المدخلات في قاموس.
- تتطابق التعبيرات العادية (RegEx) التي تحتوي على طول متغير (مثال: .* أو .+ أو .{5،}).
تتطلب القواميس الكبيرة والتعبيرات المنتظمة الواسعة المطابقة موارد كبيرة للنظام، ويجب تجنبها.
أمثلة على رسائل الخطأ "الحد الأقصى للعمل لكل تعبير"
سجلات البريد
Thu Feb 15 12:01:20 2021 Warning: MID #######,
Message Scanning Problem: maximum work per expression/data limit exceeded
تعقب الرسائل
Message ####### encountered message scanning error: maximum work per expression/data limit exceeded
خطأ التطبيق
An application fault occurred: ('egg/filters.py expand_short_url|1570',
"<type 'exceptions.RuntimeError'>", 'maximum work per expression/data limit exceeded',
'[egg/omh.py queue_worker_thread|3733] [egg/omh.py process_item|4209]
[egg/omh.py pass_spamcheck|6402] [egg/omh.py update_url_reporting_info|4951]
[egg/filters.py get_web_info|1810] [egg/filters.py fetch_urlinfo|1480]
[egg/filters.py get_url_info|1658] [egg/filters.py get_expanded_url_list|1606]
[egg/filters.py expand_short_url|1570]') MID: #######
استكشاف الأخطاء وإصلاحها
القواميس
عبر واجهة المستخدم الرسومية
- سجل الدخول إلى واجهة المستخدم الرسومية (GUI) لبوابة البريد الإلكتروني الآمنة.
- المرور فوق نهج البريد.
- انقر القواميس.
- راجع القواميس والمدخلات.
من خلال واجهة سطر الأوامر
> dictionaryconfig
Currently configured content dictionaries:
1. Test
Choose the operation you want to perform:
- NEW - Create a new content dictionary.
- EDIT - Modify a content dictionary.
- DELETE - Remove a content dictionary.
- RENAME - Change the name of a content dictionary.
- CLUSTERSET - Set how content dictionaries are configured in a cluster.
- CLUSTERSHOW - Display how content dictionaries are configured in a cluster.
[]>
راجع القواميس والمدخلات.
عوامل تصفية المحتوى
عبر واجهة المستخدم الرسومية
- سجل الدخول إلى واجهة المستخدم الرسومية (GUI) لبوابة البريد الإلكتروني الآمنة.
- المرور فوق نهج البريد.
- انقر فوق عوامل تصفية المحتوى الواردة أو عوامل تصفية المحتوى الصادرة.
- راجع عوامل التصفية.
من خلال واجهة سطر الأوامر
> policyconfig
Would you like to configure Incoming Mail Policy or Outgoing Mail Policies or Match Headers Priority?
1. Incoming Mail Policies
2. Outgoing Mail Policies
3. Match Headers Priority
[1]> 1 <- Enter 1 or 2
Incoming Mail Policy Configuration
Name: Anti-Spam: Anti-Virus: Advanced Malware Protection: Graymail: Content Filter:
Outbreak Filters: Advanced Phishing Protection
----- ------------- ----------- ---------------------------- ------------- -----------------
---------------- ----------------------------
DEFAULT Off Sophos Off Off Enabled
Retention Time: N/A
Virus: 15 minutes
Choose the operation you want to perform:
- NEW - Create a new policy
- EDIT - Edit an existing policy
- PRINT - Print all policies
- FILTERS - Edit content filters
- CLUSTERSET - Set how Incoming Mail Policies are configured in a cluster
- CLUSTERSHOW - Display how Incoming Mail Policies are configured in a cluster
[]> filters
Defined filters:
1. example_filter_one
2. example_filter_two
Choose the operation you want to perform:
- NEW - Create a new filter
- EDIT - Edit an existing filter
- DELETE - Delete a filter
- PRINT - Print all filters
- MOVE - Reorder a filter
- RENAME - Rename a filter
راجع عوامل التصفية. قم بتكرار عوامل تصفية المحتوى الصادرة إذا لزم الأمر.
عوامل تصفية الرسائل
عبر واجهة المستخدم الرسومية
غير متوفر.
من خلال واجهة سطر الأوامر
> filters
Choose the operation you want to perform:
- NEW - Create a new filter.
- DELETE - Remove a filter.
- IMPORT - Import a filter script from a file.
- EXPORT - Export filters to a file
- MOVE - Move a filter to a different position.
- SET - Set a filter attribute.
- LIST - List the filters.
- DETAIL - Get detailed information on the filters.
- LOGCONFIG - Configure log subscriptions used by filters.
- ROLLOVERNOW - Roll over a filter log file.
- CLUSTERSET - Set how filters are configured in a cluster.
- CLUSTERSHOW - Display how filters are configured in a cluster.
[]> list
Num Active Valid Name
1 Y Y example_message_filter
راجع عوامل التصفية.
معلومات ذات صلة