Package: apt-listchanges Version: 2.59-0.2 Severity: normal Error description:
Error affects all versions like Woody, Sarge, Etch and Sid.
Since I use courier-mta, I can not more send E-Mails using
'/usr/sbin/sendmail -t' witch is used by apt-listchanges too.
Because my Servers has no local delivery, but each its own
E-Mail address I had to add a new config option to
/etc/apt-listchanges.conf:
email_from=...
and changes:
____( '/usr/lib/site-python/')_____________________
96a97
> self.email_from = None
134c135
< "apt", "verbose", "frontend=", "email-address=", "confirm",
---
> "apt", "verbose", "frontend=", "email-address=",
> "email_from=", "confirm",
162a164,165
> elif opt == '--email-from':
> self.email_from = arg
229c232
< fh = os.popen('/usr/sbin/sendmail -t', 'w')
---
> fh = os.popen('/usr/sbin/sendmail -t -f %s', 'w') % email_from
________________________________________________________________________
and
____( '/etc/apt/listchanges.conf' )_____________________________________
[apt]
frontend=mail
[EMAIL PROTECTED]
[EMAIL PROTECTED]
confirm=0
save_seen=/var/lib/apt/listchanges.db
________________________________________________________________________
-- System Information
Debian Release: 3.0
Kernel Version: Linux michelle1.private 2.4.27-2-k7 #1 Fri Jan 21 00:03:54 CET
2005 i686 unknown
Versions of the packages apt-listchanges depends on:
ii apt 0.5.4 Advanced front-end for dpkg
ii debconf 1.2.35 Debian configuration management system
ii python 2.1.3-3.2 An interactive object-oriented scripting lan
ii python-apt 0.5.4.3 Python interface to libapt-pkg
signature.pgp
Description: Digital signature

