Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (259 - 261 of 332)

Ticket Resolution Summary Owner Reporter
#274 fixed Enhanced run_email2trac to support supplementary groups bas Dennis McRitchie <dmcr@…>
Description

Hi Bas,

We are now using a more secure approach to group ownership and file permissions that supports 1) webserver r/w access, 2) r/w access by selected users who are logged in via ssh, and 3) no other r/w access.

The idea is to create a supplementary group whose only members are the webserver user, and the selected ssh users. World access is then removed from all dual-access files (i.e., files writable via webserver and ssh). Thus, with a umask of 007 and the gid bit set, all created dual-access files are group-writable by users belonging to the special supplementary group, and to no one else.

Currently, besides the uid, run_email2trac sets only the gid associated with the trac user. This patch will cause it to also set the supplementary groups associated with the trac user, thus supporting a "best practices" approach to dual-access.

Let me know if you have any questions.

Dennis McRitchie?

#275 worksforme Ticket updates do not display reporter address ('From'-header) bas rvengelen@…
Description

When updating an existing ticket through email2trac, the added comment does not contain the From: header.

The wanted result is something like the following:

  • original message:
From: Some One <someone@example.org>
To: An Other <another@example.org>
CC: <email2trac@example.org>
Date: Tue, 18 Oct 2011 15:44:06 +0200
Subject: RE: some subject (reference: #9304:)

...

  • gets translated in a new comment added to ticket 9304 containing the following:
On Tue, 18 Oct 2011 15:44:06 +0200 Some One <someone@example.org> wrote:

Messagetext

#276 fixed mail list labels not stripped created bas bas
Description

The doc string of ticket_update_by_subject claims to strip mail list labels, but doesn't. I can provide a patch, but I want to check what's acceptable first. The form of labels it claims to strip is "(<Mail list label>:)+ ", but I'm familiar with mailman-style "[label]", so should it be a regex config item?

Note: This ticket was deleted. Was fighting spam tickets and also deleted this ticket. So i have created the ticket again, but do not have the email address of the reporter;-(

Note: See TracQuery for help on using queries.