Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
Mailboxes, Incoming Email
Resolution:
For mailboxes configured for Incoming Email there are options to discard emails. These options include the ability to discard based on:
To locate these options, select Configuration > Site Configuration > Mailboxes. Open a mailbox for edit and select Incoming Email from the top ribbon.
The matching logic for these 4 elements differs. The match logic for Addresses utilizes exact match or wildcard match with the exception of character case. The other 3 elements (Headers, Subject, Body) utilize text/string match; meaning if a defined string/text is found within the respective element it will be discarded. Provided below are some examples of how these filters function:
Addresses example 1:
filter is: domain.com incoming email address is: test.person@domain.com Result: The incoming email is NOT discarded as the incoming email address of "test.person@domain.com" does NOT equal the filter value of "domain.com".
Result: The incoming email is NOT discarded as the incoming email address of "test.person@domain.com" does NOT equal the filter value of "domain.com".
Addresses example 2:
filter is: test.person@domain.com incoming email 1 has an address of: test.person@domain.com incoming email 2 has an address of: thistest.person@domain.com Result: Incoming email 1 IS discarded as the incoming email address of "test.person@domain.com" equals the filter value of "test.person@domain.com". Incoming email 2 is NOT discarded as the incoming email address of "thistest.person@domain.com" does not equal the filter value of "test.person@domain.com".
Result: Incoming email 1 IS discarded as the incoming email address of "test.person@domain.com" equals the filter value of "test.person@domain.com". Incoming email 2 is NOT discarded as the incoming email address of "thistest.person@domain.com" does not equal the filter value of "test.person@domain.com".
Addresses example 3:
filter is: *domain.com incoming email 1 has an address of: test.person@domain.com incoming email 2 has an address of: thistest.person@domain.com Result: Incoming email 1 and 2 ARE discarded as they equal the filter value of "*domain.com" where the wildcard (*) matches any value preceding "domain.com"
Result: Incoming email 1 and 2 ARE discarded as they equal the filter value of "*domain.com" where the wildcard (*) matches any value preceding "domain.com"
Headers/Subject/Body example 1:
filter is: is incoming email 1 has an element of: is incoming email 2 has an element of: history incoming email 3 has an element of: I need permission to access my incidents incoming email 4 has an element of: This email is spam Result: All 4 emails are discard as the string/text value of "is" is found in the element of each email.
Result: All 4 emails are discard as the string/text value of "is" is found in the element of each email.
Headers/Subject/Body example 2:
filter is: email is spam incoming email 1 has an element of: is incoming email 2 has an element of: history incoming email 3 has an element of: I need permission to access my incidents incoming email 4 has an element of: This email is spam Result: Only email 4 IS discarded because it has the only element "email is spam" that matches the filter value of "email is spam".
Result: Only email 4 IS discarded because it has the only element "email is spam" that matches the filter value of "email is spam".
Headers/Subject/Body example 3:
filter is: free pair incoming email 1 has an element of: You won a free pair of shoes! incoming email 2 has an element of: Inquiry regarding the free pair of shoes promotion Result: Both emails ARE discarded as they both contain the text/string "free pair".
Result: Both emails ARE discarded as they both contain the text/string "free pair".
Mime Type example:
To exclude MPEG video attachments, GIF images, and all audio formats, type: video/mpeg, image/gif, audio/* Note: This filter blocks only matching file attachments. The remaining contents of the email continue to process.
File Type example:
To exclude all executable files, screen savers, and any script titled worm.vbs, type: *.exe, *.scr, worm.vbs Note: This filter blocks only matching file attachments. The remaining contents of the email continue to process.
Note:
At times the Discard Filters on mailboxes may provide false-positive results. It may be useful in these cases to remove the Discard Filter logic from the mailbox and create a corresponding rule that utilizes a regular expression. Regular expressions provide more granular logic and can help to alleviate false-positive scenarios. For more information regarding the use of rules and regular expressions, refer to the 'Business Rule Management' and 'Regular Expressions' sections in online documentation for the version your site is running.
For additional information on mailbox configurations, refer to the 'Adding and editing mailboxes' section. To access Oracle B2C Service manuals and documentation online, refer to the Documentation for Oracle B2C Service Products.