Rapid Manager initializes new lender records with NULL values for Odyssey trusted sender settings
In some cases, Rapid Manager will create new lender address records with NULL values set for TrustedSender and TrustedSenderOverride, which can break the logic to determine if a given sender is trusted if there are many records that have the same URL for the Odyssey IP. This is because the code will use the IP address associated with an incoming request to look up all lender address records using that same IP address as their Odyssey IP rather than looking up address records based on the symbol.
In the case of items sent by RapidX, there can be hundreds of different institutions using the same Odyssey IP value, so if any one of those institutions isn't trusted, nothing coming from RapidX will auto-deliver as trusted.
Bug# 23892