Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54093 - wasabi - cannot set empty mask in wasabi.conf
Summary: wasabi - cannot set empty mask in wasabi.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor
Assignee: Andrea Barisani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 08:44 UTC by Scott Taylor (RETIRED)
Modified: 2004-06-20 20:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Taylor (RETIRED) gentoo-dev 2004-06-16 08:44:41 UTC
Attempting to set the mask to an empty string in the config is taken literally:

set mask ""

    5: courierd: newmsg""; localhost (localhost [127.0.0.1])
    1: courierd: newmsg""; parrot.gentoo.org (lists.gentoo.org [::ffff:156.56.111.196])

Not setting the mask at all in wasabi.conf, but changing the default for it in
the perl source does give the results I'm looking for. Since the example config
already sets it to a default of ___, could you take the 5 underscores out of the
default mask setting in the source?
Comment 1 Rob Holland 2004-06-16 12:17:58 UTC
Thanks for reporting this. I've fixed this slightly differently than suggested by allowing a line like:

set mask

This will set the mask to be the empty string. I'd prefer to leave the default mask as ___ so its obvious something was replaced.

The fix is commited to svn and will be included in the next release that Andrea does.

If this is acceptable please mark this bug as resolved as I don't have permissions to do it heh ;)
Comment 2 Scott Taylor (RETIRED) gentoo-dev 2004-06-16 14:36:31 UTC
I consider things resolved when the updated ebuild is checked into our cvs...

That fix will work for me though. I look forward to seeing it.
Comment 3 Scott Taylor (RETIRED) gentoo-dev 2004-06-20 20:25:27 UTC
works great. thanks!