[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: articles posted via Gmane



* 2004-05-09 TSUCHIYA Masatoshi:

> Gmane <http://gmane.org/> 経由で投稿された記事については,Gmane の行っ
> ているアドレス検査を信用して,moderator の確認なしに配送するように変更
> しました.また,Gmane 経由での投稿の場合は,個別に返信を行わなくても良
> いと思われますので,Reply-To も追加しないようにしました.末尾に,現在
> の設定を示します.


> $MODE_BIFURCATE_HOOK = q|
>   unless( &MailListMemberP($From_address) ) {
>     if( ($Envelope{"h:x-spam-status:"} =~ /hits=(\d+\.\d+)/) and ($1 >= 8.0) ){
>       $PERMIT_POST_FROM = "members_only";
>     } elsif( ! $Envelope{"h:x-gmane-nntp-posting-host:"} ){
>       $PERMIT_POST_FROM = "moderator";
>       $MODERATOR_FORWARD_TYPE = 2;
>     }
>   }
> |;
> $DISTRIBUTE_START_HOOK = q%
>   unless( &MailListMemberP($From_address) ){
>     if( ! $Envelope{"h:x-gmane-nntp-posting-host:"} ){
>       my $address = $Envelope{"h:reply-to:"} || $From_address;
>       &DEFINE_FIELD_FORCED("reply-to", "$address, $MAIL_LIST");
>     }
>   }
> %;

sorry:  what does all this mean?

  clemens