« クリエイターズ カフェ COLOR-11 | メイン | クリカフェでVisual Jam »

2003年10月30日

majordomoで特殊なメールアドレスを扱う

"/"などを含むアドレスは、majordomoの初期設定では扱うことができない。
以下のようにmajordomo.cfの設定を変える必要がある。

#
# Configure X400 parsing here. This is functional, but not well tested
# and rather a hack.
# By default all addresses that look x400-ish will be checked for a
# @ sign (meaning that it's headed to an smtp->x400 gateway, as well
# as the 'c=' and 'a[dm]=' parts, which mean something as well.
#
# If you will be receiving x400 style return addresses that do not have
# an @ sign in them indicating an smtp->x400 gateway, set $no_x400at to 1.
# Otherwise, leave $no_x400 at 0.
#
#$no_x400at = 0;
$no_x400at = 1; #設定後
#
# If you will be receiving x400 addresses without the c= or a[dm]= parts
# set the $no_true_x400 variable to 1. This will disable checking for
# "c=" and "a[dm]=" pieces.
#
#$no_true_x400 = 0;
$no_true_x400 = 1; #設定後

投稿者 araken : 2003年10月30日 00:51

トラックバック

このエントリーのトラックバックURL:
http://www.kalium.net/cgi-bin/mt/mt-tb.cgi/471