2002-07-28 Wakaba * send-msg.pl: Use $msg->destination, $msg->sender to get SMTP envelope MAIL FROM and RCPT TO value, instead of own code. 2002-07-27 Wakaba * send-msg.pl: - Don't remove Bcc: and Resent-Bcc: fields. (But its field-body is still removed.) - ($VERSION): Use CVS (RCS)'s value. - ($MYVERSION): New value. - Sort fields (by 'good-practice' order) unless the message is to be resent. 2002-07-25 Wakaba * ChangeLog: New file. * send-msg.pl: - (pod:CHANGES): Removed. - (pod:LICENSE): New section. - Use Message::Util::get_host_fqdn to get string sent to SMTP server with HELO. 2002-03-26 wakaba * send.pl: Adds User-Agent: value. 2002-03-25 wakaba * send.pl: Use Message::* Perl modules instead of RFC822.pm. 2002-03-10 wakaba * Give Date: header field with file's last-modified date. 2002-01-17 wakaba * Use draft-ietf-usefor-msg-id-00 for generated message-id syntax.