Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #1070

Closed
Open
Created Aug 26, 2009 by Trac@tracbot

Missing space between command and opts

There is a space missing between the command and options in Modules.py sendSMTPMessage.

--- Modules.py.old 2009-08-26 09:58:39.000000000 +0100 +++ Modules.py 2009-08-26 09:58:56.000000000 +0100 @@ -1463,7 +1463,7 @@ # FFFF messages in a row. if cfgSection['SendmailCommand'] is not None: cmd, opts = cfgSection['SendmailCommand']

  •    command = cmd + (" ".join(opts))
  •    command = cmd + " " + (" ".join(opts))
       f = os.popen(command, 'w')
       f.write(message)
       f.close()

[Automatically added by flyspray2trac: Operating System: All]

Trac:
Username: zax

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking