Newsgroup
的建立和刪除除了一般使用 ctlinnd (inn command)
建立之外,最常見的方式就是由特定管理者送出 control message
來通知各 news server 建立相對應的 newsgroup,但是,control message
是相當容易偽造的,因此目前常用的 control message
的可靠程度就受到懷疑,我們最擔心的是,某篇 control message
是不是的確由該管理者發出?
為了解決此一問題,就發展出了 pgpverify ,control message
會先經由管理者作pgp signed,如此便可以使收到 control message 的 server
利用 pgp 來加以驗證是否收到正確的 control message。 |