[LBBS-167] mod_irc_bouncer: Only first email reply line is processed
If replying to the bouncer email with messages to relay via IRC:
relay/user: Some message here.
relay/user: Another message here.
relay/user: And another one.
However, only the first line gets processed:
[2026-05-01 00:47:21.933] DEBUG[1219273]: net_smtp.c:2466 duplicate_loop_avoidance: Processing delivery to ircbouncer@bbs.example.com
[2026-05-01 00:47:21.933] DEBUG[1219273]: mod_irc_bouncer.c:1459 handle_bouncer_reply: Processing SMTP -> IRC reply for 'InterLinked'
[2026-05-01 00:47:21.933] DEBUG[1219273]: mod_irc_bouncer.c:499 bouncer_send: <= PRIVMSG relay/user :Some message here.
[2026-05-01 00:47:21.934] DEBUG[1219273]: mod_slack.c:1159 privmsg: Relaying direct message to Slack channel XXXXXX (relay/user): Some message here.
[2026-05-01 00:47:22.115] DEBUG[1219046]: mod_slack.c:815 handle_message: Not echoing our own direct message post...
[2026-05-01 00:47:22.133] DEBUG[1219273]: net_smtp.c:2792 expand_and_deliver: SMTP delivery agent returned 1
We should add tests to reproduce this and then fix it.
Comments
You must be logged in to leave a comment.