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

Self-reply detection does not work in most cases #4852

Closed
rcubetrac opened this issue Jun 18, 2015 · 2 comments
Closed

Self-reply detection does not work in most cases #4852

rcubetrac opened this issue Jun 18, 2015 · 2 comments
Assignees
Milestone

Comments

@rcubetrac
Copy link

Reported by @alecpl on 18 Jun 2015 18:57 UTC as Trac ticket #1490439

Because in compose.inc we have:

in_array($ident['ident'], array($fvalue, $MESSAGE->headers->from))

detecting self-reply works only when the header content is precisely the same as identity string (name and address). It does not work for encoded names, different names or same addresses but with/without braces.

The check should compare only the email address.

Migrated-From: http://trac.roundcube.net/ticket/1490439

@rcubetrac
Copy link
Author

Comment by @alecpl on 19 Jun 2015 07:19 UTC

Fixed in a567d85.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 19 Jun 2015 07:19 UTC

new => closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants