Package: ssmtp
Version: 2.61-2
Severity: important
Tags: patch
Hello Anibal and Santiago,
I have checked 2.61-2 and I can confirm this error in Sarge.
I have corrected my own sources and it works like expected.
Please remove the underscore.
Patch applied
Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
50, rue de Soultz MSM LinuxMichi
0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com)
--- ssmtp-2.61/arpadate.c.orig 2006-03-18 15:20:38.000000000 +0100
+++ ssmtp-2.61/arpadate.c 2006-03-18 15:20:46.000000000 +0100
@@ -79,7 +79,7 @@ get_arpadate (char *d_string)
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, %d %b %Y %H:%M:%S %z";
now = time(NULL);