Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] use matching operator to get patner from email in mail_thread. #16

Merged
merged 1 commit into from
Aug 11, 2014
Merged

[FIX] use matching operator to get patner from email in mail_thread. #16

merged 1 commit into from
Aug 11, 2014

Commits on Jul 8, 2014

  1. [FIX] use matching operator to get patner from email in mail_thread.

    The current operator is ilike but it add wildcards around right criteria so we can have false positive.
    
    eg I'v got an email in my customer base like a_mail@provider.com
    
    If I recive a mail from mail@provider.com as ilike operator uses wildcards a_mail@provider.com can potentially be matched.
    nbessi committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    29300fd View commit details
    Browse the repository at this point in the history