1 / 29

> I need to correct myself here, actually only one particular message is

> I need to correct myself here, actually only one particular message is. > giving me this problem. I am attaching the header of this particular. > message. Well, I've tracked down the problem. Now it's up to someone who. can do Python programming to find the fix. :).

kylar
Télécharger la présentation

> I need to correct myself here, actually only one particular message is

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. > I need to correct myself here, actually only one particular message is

  2. > giving me this problem. I am attaching the header of this particular

  3. > message.

  4. Well, I've tracked down the problem. Now it's up to someone who

  5. can do Python programming to find the fix. :)

  6. The problem is the '%' sign in the Subject; mailman appears to choke

  7. on it. Without knowing anything about Python, I would guess that

  8. % is a specialized character and needs to be escaped or some such.

  9. > Subject: Lotus Organizer 5.0 SAVE OVER 50%!

  10. Anyhow, I'm now awaiting a fix to purge the half dozen new

  11. messages out of my test list (yes, I'm too lazy to erase and

  12. recreate it. :)

  13. Chris

  14. P.S. Errors included below...

  15. --------------------------------------------------------------------------------------------------------------------------------------------

  16. Traceback (innermost last):

  17. File "/home/staff/mailman/scripts/driver", line 112, in run_main

  18. main()

  19. File "/home/staff/mailman/Mailman/Cgi/admindb.py", line 124, in main

  20. HandleRequests(doc)

  21. File "/home/staff/mailman/Mailman/Cgi/admindb.py", line 214, in HandleRequests

  22. list.HandleRequest(request, v)

  23. File "/home/staff/mailman/Mailman/ListAdmin.py", line 122, in HandleRequest

  24. self.HandlePostRequest(request_data[2:], value, comment)

  25. File "/home/staff/mailman/Mailman/ListAdmin.py", line 165, in HandlePostRequest

  26. self.LogMsg("vette", note)

  27. File "/home/staff/mailman/Mailman/MailList.py", line 793, in LogMsg

  28. logf.write(msg % args + '\n')

  29. TypeError: not enough arguments for format string

More Related