You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($rcmail->contact_exists($message->sender['mailto'], $type)) {
$message->set_safe(true);
}
}
In addition to the above, it appears that a contact cannot be added to the trusted senders list if the same address is already present in the main addressbook (it says that the address already exists). This should probably be resolved somehow (I can file a separate issue on this matter, if necessary).
The text was updated successfully, but these errors were encountered:
In the settings form, "from my contacts" is 3 and "from trusted senders" is 1:
roundcubemail/program/actions/settings/index.php
Lines 614 to 617 in 0d4a395
However, in function
check_safe
, "from my contacts" is assumed to be 1 and "from trusted senders" is assumed to be 3. This creates confusing behavior.roundcubemail/program/actions/mail/index.php
Lines 866 to 879 in 766189f
In addition to the above, it appears that a contact cannot be added to the trusted senders list if the same address is already present in the main addressbook (it says that the address already exists). This should probably be resolved somehow (I can file a separate issue on this matter, if necessary).
The text was updated successfully, but these errors were encountered: