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
Fix pipeline attribute handling in IncomingRunner._get_pipeline
Fixed a bug where MailList.__getattr__ returning 0 for missing pipeline
attributes caused 'pipeline is not a list: 0 (type: int)' errors in the
error log. The code now properly validates pipeline attributes and correctly
prioritizes pipeline sources (msgdata > mlist.pipeline > GLOBAL_PIPELINE).
Also improved error logging to indicate the source of invalid pipeline
values for easier debugging.
0 commit comments