Re: [exim-dev] Bug 2369: single-key lookup type based on libcorkipset

2019-02-05 Thread Ian Zimmerman via Exim-dev
On 2019-02-04 14:38, admin--- wrote:

> https://bugs.exim.org/show_bug.cgi?id=2369
> 
> --- Comment #1 from Jeremy Harris  ---

> My preferred dev platform, currently f28, does not - and building
> libcork fails, on an initial attempt.

How does it fail for you?  It works for me.

$ autoreconf -i
$ ./configure
$ ./make

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet and on broken lists
which rewrite From, fetch the TXT record for no-use.mooo.com.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


Re: [exim-dev] Bug 2369: single-key lookup type based on libcorkipset

2019-02-05 Thread Ian Zimmerman via Exim-dev
On 2019-02-04 14:38, admin--- wrote:

> https://bugs.exim.org/show_bug.cgi?id=2369
> 
> --- Comment #1 from Jeremy Harris  ---

I much prefer email communication to bugzilla (perhaps not a surprise),
so replying here.  I hope that's OK; if we reach any conclusions, I'll
summarize in the bug log.

> Could you craft up some text for doc/doc-txt/experimental-spec.txt ?

Okay, I will do that.

> Can it be dynamically-loaded?  If not we'll want to note that in
> EDITME.

In principle, it can.  It's just that the scaffolding setup is so
laborious (and unnecessarily so, IMO) that by the time I got it to link
statically I had enough.  I plan to start a thread about all that soon.

> The feature-macro is missing (see src/macro_predef.c); since this is purely a
> lookup, _HAVE_LOOKUP_CORKIPSET seems appropriate.  Note that in doc
> too.

Hmm ... see above, but I'll look into that.

> The coding style ought to be massaged towards project policy; it's short 
> enough
> I can do that.

Is there a document about the preferred project style?  Or better, a
tool implementing it, such as a bunch of clang-format settings?

> Are the required libraries supported by any common distros?

Yes, debian and devuan, at least.  These are the two platforms I use for
my server type hosts.

> My preferred dev platform, currently f28, does not - and building
> libcork fails, on an initial attempt.

Yeah, I use f28 on the desktop, too.  I got the libs from github but
have not tried to build them there, yet.

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet and on broken lists
which rewrite From, fetch the TXT record for no-use.mooo.com.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 2371] New: dkim_domain option should lowercase its elements

2019-02-05 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2371

Bug ID: 2371
   Summary: dkim_domain option should lowercase its elements
   Product: Exim
   Version: 4.91
  Hardware: All
OS: All
Status: NEW
  Severity: bug
  Priority: low
 Component: DKIM
  Assignee: t...@duncanthrax.net
  Reporter: jgh146...@wizmail.org
CC: exim-dev@exim.org

Users can pass you a From: with a domain portion having uppercase.  While its
possible for the config writer to ${lc:} we should hardwire the action to
prevent mistakes by the unwary.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##