Google グループは Usenet の新規の投稿と購読のサポートを終了しました。過去のコンテンツは引き続き閲覧できます。
Dismiss

Anonymous mail

閲覧: 2 回
最初の未読メッセージにスキップ

Mail and USENET News System maintenance account

未読、
1986/11/04 11:16:421986/11/04
To:
We are considering putting in an 'anonymous mail' facility, for use as
a suggestion box. The question is, is there an easy/known way to
implement it. I tried putting a line

anonymous: "| awk ' NR != 1 && ! /^From:/ {print} ' | sendmail xxx"

in /usr/lib/aliases, so that awk would strip identifying lines from
the message and then pass them to sendmail for routing to the eventual
reader. Unfortunately, sendmail (when delivering to anonymous), runs
the command under the username of the sender of the message (which
isn't documented, but makes sense from a security point of view), so
the inner sendmail puts the original sender's name on it.

The only simple solution which comes to mind is to write a C program
that acts like the shell in setting up the pipe, and make the program
suid to our 'news' account. Is there a better way?

Dale

新着メール 0 件