[Mailman-Users] Fwd: [Mailman] Cron mailman@dap002 /usr/lib/mailman/bin/withlist -r get_bounce_info cufsalumni|mail -s cufsalumni List Bounce Report d...@bellsouth.net

2015-06-01 Thread Dennis Putnam
I get this traceback when I do bounce processing via cron (see subject
line). Is this something I need to worry about? It seems to be working
in spite of this error. Although perhaps it is only partially working
and I am just unaware of what part has failed.


 Forwarded Message 
Subject:[Mailman] Cron mailman@dap002 /usr/lib/mailman/bin/withlist
-r get_bounce_info cufsalumni|mail -s cufsalumni List Bounce Report
d...@bellsouth.net
Date:   Mon, 1 Jun 2015 00:00:02 -0400 (EDT)
From:   (Cron Daemon) d...@bellsouth.net
Reply-To:   d...@bellsouth.net
To: d...@bellsouth.net



Importing get_bounce_info...
Traceback (most recent call last):
  File /usr/lib/mailman/bin/withlist, line 302, in module
main()
  File /usr/lib/mailman/bin/withlist, line 270, in main
__import__(module)
ImportError: No module named get_bounce_info
Null message body; hope that's ok
___
Mailman mailing list
mail...@bellsouth.net
https://dap002.dyndns-ip.com/mailman/listinfo/mailman





signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Fwd: [Mailman] Cron mailman@dap002 /usr/lib/mailman/bin/withlist -r get_bounce_info cufsalumni|mail -s cufsalumni List Bounce Report d...@bellsouth.net

2015-06-01 Thread Mark Sapiro
On 06/01/2015 04:49 AM, Dennis Putnam wrote:
 I get this traceback when I do bounce processing via cron (see subject
 line). Is this something I need to worry about? It seems to be working
 in spite of this error. Although perhaps it is only partially working
 and I am just unaware of what part has failed.


I don't know what you mean by seems to be working, but this traceback

...
 Importing get_bounce_info...
 Traceback (most recent call last):
   File /usr/lib/mailman/bin/withlist, line 302, in module
 main()
   File /usr/lib/mailman/bin/withlist, line 270, in main
 __import__(module)
 ImportError: No module named get_bounce_info

says you haven't obtained the get_bounce_info.py script from
https://www.msapiro.net/scripts/get_bounce_info.py or
http://fog.ccsf.edu/~msapiro/scripts/get_bounce_info.py and saved it
as /usr/lib/mailman/bin/get_bounce_info.py

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Fwd: [Mailman] Cron mailman@dap002 /usr/lib/mailman/bin/withlist -r get_bounce_info cufsalumni|mail -s cufsalumni List Bounce Report d...@bellsouth.net

2015-06-01 Thread Dennis Putnam
On 6/1/2015 11:24 AM, Mark Sapiro wrote:
 On 06/01/2015 04:49 AM, Dennis Putnam wrote:
 I get this traceback when I do bounce processing via cron (see subject
 line). Is this something I need to worry about? It seems to be working
 in spite of this error. Although perhaps it is only partially working
 and I am just unaware of what part has failed.

 I don't know what you mean by seems to be working, but this traceback

 ...
 Importing get_bounce_info...
 Traceback (most recent call last):
   File /usr/lib/mailman/bin/withlist, line 302, in module
 main()
   File /usr/lib/mailman/bin/withlist, line 270, in main
 __import__(module)
 ImportError: No module named get_bounce_info
 says you haven't obtained the get_bounce_info.py script from
 https://www.msapiro.net/scripts/get_bounce_info.py or
 http://fog.ccsf.edu/~msapiro/scripts/get_bounce_info.py and saved it
 as /usr/lib/mailman/bin/get_bounce_info.py



Hi Mark,

Thanks for the reply. I mean, I get the expected output generated by my
cron job. Or at least I get some of it.

Somehow I missed that step. I guess when I migrated to CentOS 7, I
expected it to be part of the install and really didn't look at the
issue until now. I was busy putting out too many other fires introduced
by the upgrade.


signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org