Hi Stephen, I updated Pygate from 1.5.15 to 1.5.18 and noticed that it was not reading X-Comment-To anymore when doing news->ftn. My diff: tommi@mxo:/src/pygate/src$ diff gateway.py /src/pygate-vk3heg/src/gateway.py 806,807d805 < ## TK ADD < x_comment_to = headers.get('x-comment-to', 'Unknown').strip() 827,829c825 < ## TK CHANGE < ## 'to_name': area_config.get('default_to', 'All'), < 'to_name': x_comment_to, -+- > 'to_name': area_config.get('default_to', 'All'), > 'Tommi . --- * Origin: nntps://news.fidonet.fi (2:221/1)
|