Anacron job ‘cron.daily’から、毎日次のようなメールが来るような場合に、メールを受け取らない設定にする。

次のようなメールがRoot宛に毎日届くようになったら、メールを受け取りたくないので、次のように設定します。

 
/etc/cron.daily/apt:
Traceback (most recent call last):
File “/usr/sbin/update-apt-xapian-index”, line 101, in <module>
if not indexer.setupIndexing(force=opts.force, system=opts.pkgfile is None):
File “/usr/lib/python2.7/dist-packages/axi/indexer.py”, line 513, in setupIndexing
addon.obj.init(dict(values=self.values), self.progress)
File “/usr/share/apt-xapian-index/plugins/translated-desc.py”, line 105, in init
self.indexers.append(Indexer(lang, file))
File “/usr/share/apt-xapian-index/plugins/translated-desc.py”, line 47, in __init__
self.descs[pkg[“Package”]] = pkg[desckey]
File “/usr/lib/python2.7/dist-packages/debian/deb822.py”, line 194, in __getitem__
value = value.decode(result[‘encoding’])
TypeError: decode() argument 1 must be string, not None 
 
# vi /etc/anacrontab

MAILTO=”” (追加する)

これで、次の日から、バグメールが届かなくなった。