blob: b65325b15af006595c7e7d6119cd537ebaf514de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
=head1 ������(����)
=head2 mail-message-0-2 �����θ���դ��ä���줿�����ɤˤĤ��ƺƹ�
s/content/data/g;
we need our own MIME generator ???
=head2 pre-cgi �����θ���դ��ä���줿�����ɤˤĤ��ƺƹ�
relocate codes added after "pre-cgi" tag.
Especially the relation amon
fml/lib/FML/Process/CGI.pm
fml/libexec/loader
=head2 MailCacheDir
$LOG_MAIL_DIR = $LOG_MAIL_DIR || "$VAR_DIR/Mail";
$LOG_MAIL_SEQ = $LOG_MAIL_SEQ || "$LOG_MAIL_DIR/.seq";
$LOG_MAIL_FILE_SIZE_MAX = $LOG_MAIL_FILE_SIZE_MAX || 2048;
�ؤä���
����Ȥ��Σ��������Ф��Ȥ�������
for ($p = 0; $p < $LOG_MAIL_FILE_SIZE_MAX; ) {
$p = index($Envelope{'Body'}, "\n", $p + 1);
if ($p < 0) {
last;
}
else {
print F substr($Envelope{'Body'}, $pp, $p + 1 - $pp);
$pp = $p + 1;
}
}
close(F);
=head2 Language::Japanese::Subject �Υޡ���������Ⱦü
"Language::Japanese::Subject::CUT_OFF_RERERE_PATTERN" used only once:
=head1 �������塼��
alarm() �ˤ�륹�����塼��
queue manager
for LMTP
=head1 �ե��륿
FML::Process::Distribute ���Ȥ߹��ޤ�Ƥ��ʤ���
=head1 �롼�ץ����å�
MAIL_LIST != MAINTAINER
=head1 ɬ�פ����顩
$default_umask
time_zone config?
=head1 SMTP
outgoing address hack
execute $program on the disk NOT IPC.
SmtpFiles2Socket() �Ϥ⤦ɬ�פʤ��� ( libsmtpsubr.pl )
������˥ɥ�����Ȥμ�ư��ֵ�ǽ�����뤬��
=head1 �������ͽ������ɡ��ޤ���Ĥ���
newsyslog()
File::Rotate �˼�������Ƥ��롣
�Ȥ߹��ޤ�ƤϤ��ʤ���
mode-expire
mode-archive
mode-html-generator
MIME Content Handler(include backword compatible)
log suffix extension
chaddr ��ǧ�ڤ����˥ȥ�åפ��뤳��( libtrap.pl )
|