Bug 52952 - mail/exim: add option to enable wildlsearch lookup
Summary: mail/exim: add option to enable wildlsearch lookup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-04 22:20 UTC by Tim Bishop
Modified: 2003-06-18 04:22 UTC (History)
1 user (show)

See Also:


Attachments
exim-wildlsearch.diff (599 bytes, patch)
2003-06-04 22:20 UTC, Tim Bishop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Bishop freebsd_committer freebsd_triage 2003-06-04 22:20:07 UTC
	Exim supports a new lookup type called wildlsearch which searches,
	like lsearch, a file. The main difference is that it allows use of
	wildcards. This isn't turned on by default, so this patch gives
	the option to the person installing the port.

Fix: This patch adds an option to enable the wildlsearch. It might be
	more sensible to turn it on by default and have an option to turn
	it off - but I opted for this approach so it doesn't, by default,
	change anything without the extra define.

	Over to the maintainer to decide whether to enable it by default
	or not.
Comment 1 Sheldon Hearn 2003-06-06 11:10:19 UTC
On (2003/06/04 22:15), Tim Bishop wrote:

> >Submitter-Id:	current-users
> >Originator:	Tim Bishop
> >Confidential:	no
> >Synopsis:	mail/exim: add option to enable wildlsearch lookup

Thanks, Tim.

I plan to invert your patch, so that wildlsearch is enabled by default
and can be disabled with WITHOUT_WILDLSEARCH.

I'm gonna hold off for a week, in case any other changes come in, to
maximize the value of the required PORTREVISION bump.

If I forget and haven't gotten it done by 2003-06-16, please nudge me.
:-)

Thanks,
Sheldon.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-06 11:12:18 UTC
State Changed
From-To: open->analyzed

I'm gonna wait a week for any other changes, so they can ride the same 
PORTREVISION bump. 


Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-06 11:12:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sheldonh

I'm the maintainer.
Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-18 04:22:38 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!