summaryrefslogtreecommitdiff
path: root/regress/simulation/todo/MAIN
blob: d5578c88c55de457fbea2f74a84f5d39005886a6 (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
=head1 ������(����)

=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 Dialect::Japanese::Subject �Υޡ���������Ⱦü

   "Dialect::Japanese::Subject::CUT_OFF_RERERE_PATTERN" used only once: 


=head1	�������塼��

	alarm() �ˤ�륹�����塼��

	queue manager
		for LMTP 


=head1	�롼�ץ����å�

	loop_check

	MAIL_LIST != MAINTAINER


=head1	ɬ�פ����顩

	$default_umask

	time_zone config?


=head1	�������ͽ������ɡ��ޤ���Ĥ���

	newsyslog()

	mode-expire

	mode-archive

	mode-html-generator

	MIME Content Handler(include backword compatible)

	log suffix extension

	chaddr ��ǧ�ڤ����˥ȥ�åפ��뤳��( libtrap.pl )

	SMTP
		outgoing address hack

		execute $program on the disk NOT IPC.