to a mail hub. Originally from pkgsrc-wip; created by Toru TAKAMIZU <pkg at pop dot 707 dot to>. A secure, effective and simple way of getting mail off a system to your mail hub. It contains no suid-binaries or other dangerous things - no mail spool to poke around in, and no daemons running in the background. Mail is simply forwarded to the configured mailhost. Extremely easy configuration. WARNING: the above is all it does; it does not receive mail, expand aliases or manage a queue. That belongs on a mail hub with a system administrator. This program is especially recommended for mutt users who send emails via ISP's smtp server.
13 lines
371 B
Text
13 lines
371 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $
|
|
|
|
--- arpadate.c.orig Sun Dec 8 18:30:13 2002
|
|
+++ arpadate.c Mon Apr 7 01:17:58 2003
|
|
@@ -79,7 +79,7 @@
|
|
time_t now;
|
|
|
|
/* RFC822 format string borrowed from GNU shellutils date.c */
|
|
- const char *format = "%a, %_d %b %Y %H:%M:%S %z";
|
|
+ const char *format = "%a, %e %b %Y %H:%M:%S %z";
|
|
|
|
now = time(NULL);
|
|
|