Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 16 → Rev 17

/trunk/debian/changelog
2,8 → 2,10
 
* Don't depend on debconf in postrm; if we can't prompt the user,
leave the spool directory alone (Closes: #417027).
* Do not pass a '-u' parameter to spamc if SAspamcUser expands to the
empty string.
 
-- Magnus Holmgren <magnus@kibibyte.se> Mon, 2 Apr 2007 13:19:31 +0200
-- Magnus Holmgren <magnus@kibibyte.se> Mon, 2 Apr 2007 13:30:13 +0200
 
sa-exim (4.2.1-6) unstable; urgency=low
 
/trunk/sa-exim.c
926,7 → 926,7
{
log_write(0, LOG_MAIN | LOG_PANIC, "SA: SAspamcUser expansion failure on %s, will run as Exim user instead.", SAspamcUser);
}
else
else if (expand[0] != '\0')
{
spamc_argv[i++] = "-u";
spamc_argv[i++] = expand;