1 |
wakaba |
1.4 |
2002-07-28 Wakaba <w@suika.fam.cx>
|
2 |
|
|
|
3 |
|
|
* send-msg.pl: Use $msg->destination, $msg->sender
|
4 |
|
|
to get SMTP envelope MAIL FROM and RCPT TO value,
|
5 |
|
|
instead of own code.
|
6 |
|
|
|
7 |
wakaba |
1.3 |
2002-07-27 Wakaba <w@suika.fam.cx>
|
8 |
|
|
|
9 |
|
|
* send-msg.pl:
|
10 |
|
|
- Don't remove Bcc: and Resent-Bcc: fields.
|
11 |
|
|
(But its field-body is still removed.)
|
12 |
|
|
- ($VERSION): Use CVS (RCS)'s value.
|
13 |
|
|
- ($MYVERSION): New value.
|
14 |
|
|
- Sort fields (by 'good-practice' order) unless the
|
15 |
|
|
message is to be resent.
|
16 |
|
|
|
17 |
wakaba |
1.1 |
2002-07-25 Wakaba <w@suika.fam.cx>
|
18 |
|
|
|
19 |
|
|
* ChangeLog: New file.
|
20 |
|
|
* send-msg.pl:
|
21 |
|
|
- (pod:CHANGES): Removed.
|
22 |
|
|
- (pod:LICENSE): New section.
|
23 |
wakaba |
1.2 |
- Use Message::Util::get_host_fqdn to get string
|
24 |
|
|
sent to SMTP server with HELO.
|
25 |
wakaba |
1.1 |
|
26 |
|
|
2002-03-26 wakaba <w@suika.fam.cx>
|
27 |
|
|
|
28 |
|
|
* send.pl: Adds User-Agent: value.
|
29 |
|
|
|
30 |
|
|
2002-03-25 wakaba <w@suika.fam.cx>
|
31 |
|
|
|
32 |
|
|
* send.pl: Use Message::* Perl modules instead of RFC822.pm.
|
33 |
|
|
|
34 |
|
|
2002-03-10 wakaba <w@suika.fam.cx>
|
35 |
|
|
|
36 |
|
|
* Give Date: header field with file's last-modified date.
|
37 |
|
|
|
38 |
|
|
2002-01-17 wakaba <wakaba@suika.fam.cx>
|
39 |
|
|
|
40 |
|
|
* Use draft-ietf-usefor-msg-id-00 for generated message-id syntax.
|