~mailman-coders/mailman/2.1

« back to all changes in this revision

Viewing changes to Mailman/Cgi/roster.py

  • Committer: Mark Sapiro
  • Date: 2018-12-30 17:40:15 UTC
  • Revision ID: mark@msapiro.net-20181230174015-eul9ls2hgkvkzbs4
Corrected and augmented some security log messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
                 os.environ.get('REMOTE_ADDR',
124
124
                                'unidentified origin')))
125
125
        syslog('security',
126
 
               'Authorization failed (roster): list=%s: remote=%s',
127
 
               listname, remote)
 
126
               'Authorization failed (roster): user=%s: list=%s: remote=%s',
 
127
               addr, listname, remote)
128
128
        return
129
129
 
130
130
    # The document and its language