On 05/26/2018 10:13 AM, Rubén Fernández Asensio wrote: > > Hello all, > It's a tiny issue but really nags me. > When a user sends a command to the request address (so far I've tried > 'help' and 'set help') the reply shows the command's results twice, > repeated within the same message. > How could I fix this?
If you are including the command in both the Subject: and the body, that is why. If the Subject: contains a valid command, it will be executed. Thus a message with 'Subject: help' and 'help' in the body contains two help commands so the command is executed twice. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
