suggestions
来自「早期freebsd实现」· 代码 · 共 20 行
TXT
20 行
Date: Mon, 30 Mar 92 08:07:45 PSTFrom: David Vezie <dv@cc-mac.nbn.com> That is, that the Received: lines might be useful. For the person who wanted to avoid infinite loops, the problem could be solved by your package if you enabled the individual Received: lines to be parsed. He could, for example do: rcvdist("myself@siteB") if ( ! grep (/siteB/, @received)); (If there is no Received: line for siteB, he would forward it to siteB, thus preventing infinite loops). The mirror system would be on siteB for siteA. (Actually, I could do the same thing! I have the same (or a similar) problem).Completed: 3/31/92
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?