diff --git a/bin/maint/send_histor.py b/bin/maint/send_histor.py
index 60e184f1f3813025cf5531bdbe66b9e8a3e8e3bc..ef8a5598462e3dae88bcb6ac3ed23f7a56e05715 100755
--- a/bin/maint/send_histor.py
+++ b/bin/maint/send_histor.py
@@ -64,7 +64,7 @@ if __name__ == '__main__':
         text = read_input('Body (type <Ctrl+D> to exit):\n')
     logger.info(_("Email subject: %s"), subject)
 
-    dest = opts.to or [ASCFG.get('notify.devel'), ASCFG.get('notify_users')]
+    dest = opts.to or ASCFG.get('notify.devel')
     sendmail(dest, subject, text,
              fromaddr=ASCFG.get('notify.codeaster'),
              footer=False,