fmlでメンバー以外の投稿に無視を決め込む方法

2007 年 10 月 20 日 on 6:50 pm | In Linux, OS, UNIX |

メンバー以外から投稿受けた場合なにもしないhook
config.ph

$START_HOOK =q#
       if (!&MailListMemberP($From_address)) {
               &Log(”NOT MEMBER HOOK”);
               $DO_NOTHING = 1;
               return 0;
       }
#;

No Comments yet »

このコメント欄の RSS フィード | TrackBack URI

コメントをどうぞ

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Valid XHTML and CSS. ^Top^