Mailing List Archive

[Bug 3283] broken handling of umask
http://bugzilla.spamassassin.org/show_bug.cgi?id=3283





------- Additional Comments From felicity@kluge.net 2004-04-19 18:59 -------
hrm. what's up with that? :(



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 3283] broken handling of umask [ In reply to ]
http://bugzilla.spamassassin.org/show_bug.cgi?id=3283

felicity@kluge.net changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED



------- Additional Comments From felicity@kluge.net 2004-04-19 19:13 -------
should be all fixed now. r10112.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 3283] broken handling of umask [ In reply to ]
http://bugzilla.spamassassin.org/show_bug.cgi?id=3283

alex-spamassassin@gossamer-threads.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |



------- Additional Comments From alex-spamassassin@gossamer-threads.com 2004-04-19 20:13 -------
According to:

http://svn.apache.org/viewcvs.cgi/incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm?r1=9610&r2=10112&p1=incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm&p2=incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm&root=Apache-SVN

you are not resetting the umask back, and will leave the program in a different
umask.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 3283] broken handling of umask [ In reply to ]
http://bugzilla.spamassassin.org/show_bug.cgi?id=3283





------- Additional Comments From felicity@kluge.net 2004-04-19 20:27 -------
Subject: Re: broken handling of umask

On Mon, Apr 19, 2004 at 08:13:22PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> you are not resetting the umask back, and will leave the program in a different
> umask.

Well, if you look at the bottom of the function, before the return, you'll see:

umask $umask;

which resets the umask to the original version. So what am I missing?





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 3283] broken handling of umask [ In reply to ]
http://bugzilla.spamassassin.org/show_bug.cgi?id=3283

alex-spamassassin@gossamer-threads.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED



------- Additional Comments From alex-spamassassin@gossamer-threads.com 2004-04-19 20:33 -------
Sorry, svn up gave me a strange conflict, it looked like the bottom wasn't there.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.