Magnus Holmgren | 3 Sep 2007 00:21
Picon
Picon
Picon
Favicon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

--- Comment #6 from Magnus Holmgren <holmgren <at> lysator.liu.se>  2007-09-02 23:21:40 ---
The DKIM library from Alt-N (http://libdkim.sf.net/) has been mentioned in the 
discussions. I think that maybe the DKIM library from the dkim-milter project 
(http://dkim-milter.sf.net/) may be better. I haven't investigated 
thoroughly, but dkim-milter is progressing way more rapidly and has better 
documentation, so it should definitely be considered.

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

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

Marc Haber | 3 Sep 2007 17:19
Picon

[Bug 592] New: --help should be detected with higher priority.

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=592
           Summary: --help should be detected with higher priority.
           Product: Exim
           Version: 4.67
          Platform: Other
               URL: http://bugs.debian.org/438435
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: low
         Component: Unfiled
        AssignedTo: ph10 <at> hermes.cam.ac.uk
        ReportedBy: mh+exim-bugzilla <at> zugschlus.de
                CC: exim-dev <at> exim.org

An anonymous bug reporter <jidanni <at> jidanni.org> writes:
> --help should be detected with higher priority.
> What if
> # halt --help
> went ahead and halted the system ignoring --help?
> So runq etc. should first detect --help instead of not checking their
> arguments at all, correct or not. Indeed, it should check for valid
> arguments...

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

(Continue reading)

Nigel Metheringham | 3 Sep 2007 17:47
Picon
Gravatar

Re: [Bug 592] New: --help should be detected with higher priority.

>> --help should be detected with higher priority.

I agree with this.

	Nigel.
--
[ Nigel Metheringham           Nigel.Metheringham <at> InTechnology.co.uk ]
[ - Comments in this message are my own and not ITO opinion/policy - ]

--

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

Nigel Metheringham | 3 Sep 2007 18:01
Favicon
Gravatar

[Bug 592] --help should be detected with higher priority.

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=592

Nigel Metheringham <nigel <at> exim.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nigel <at> exim.org
             Status|NEW                         |ASSIGNED

--- Comment #1 from Nigel Metheringham <nigel <at> exim.org>  2007-09-03 17:01:12 ---
--help is specially detected as the first option only (in general exim
does not take -- options).  If it is seen then it is acted upon by
setting all arguments to zero, which if exim is called as "exim"
will force a usage message to be output.

However, if for example, it is called as mailq, ie
  mailq --help

then a mailq operation is still performed.

This is strange.  Unfortunately fixing it does require a little fiddling.

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
(Continue reading)

snowcrash+exim | 3 Sep 2007 20:19
Picon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

snowcrash+exim <schneecrash+exim <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schneecrash+exim <at> gmail.com

--- Comment #7 from snowcrash+exim <schneecrash+exim <at> gmail.com>  2007-09-03 19:19:57 ---
(In reply to comment #6)
> (http://dkim-milter.sf.net/) may be better. I haven't investigated 

I'd not seen this lib before - thx for the reference.

fwiw, on OSX, unlike w/ the Alt-N lib, the dkim-milter vairant of libdkim
builds out-of-the-box without modification or error,

 cd /build/dkim-milter-2.2.0/libdkim
 sh Build
 sh Build check
        ===================
        All 75 tests passed
        ===================

 cd /build/exim/dkim/dkim-milter-2.2.0/obj.Darwin.8.10.0.PowerMacintosh/libdkim
 ls -al libdkim.a
        -rw-r--r-- 1 root 1200 125172 Sep  3 11:16 libdkim.a
(Continue reading)

Nigel Metheringham | 4 Sep 2007 10:18
Favicon
Gravatar

[Bug 592] --help should be detected with higher priority.

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=592

Nigel Metheringham <nigel <at> exim.org> changed:

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

--- Comment #2 from Nigel Metheringham <nigel <at> exim.org>  2007-09-04 09:18:13 ---
CVS commit by nm4:

NM/01
--help was not correctly handled if exim was invoked under an alias which
did not expect/require arguments.
Changed handling of --help to counter this.
Moved usage/help messages into exim_usage().
Fixes: bug #592

--- CVS commit summary ---
1.530  1.531  +4 -0    -  exim/exim-doc/doc-txt/ChangeLog
1.57   1.58   +52 -12  -  exim/exim-src/src/exim.c

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
(Continue reading)

Nigel Metheringham | 9 Sep 2007 13:54
Favicon
Gravatar

[Bug 596] rewrite rules are evaluated case-sensitive

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=596

Nigel Metheringham <nigel <at> exim.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nigel <at> exim.org
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Nigel Metheringham <nigel <at> exim.org>  2007-09-09 12:54:14 ---
Documentation section 31.5 Rewriting patterns

  Domains in patterns should be given in lower case. Local parts
  in patterns are case-sensitive. If you want to do case-insensitive
  matching of local parts, you can use a regular expression that
  starts with ^(?i).

The other thing is that rewriting should not be used for routing -
that way lies madness (or a reimplementation of sendmail).

Use an alias type router - as shown in
http://www.exim.org/exim-html-current/doc/html/spec_html/ch22.html

If you really want to embed the local_parts involved in the main 
config file then do something like:-

(Continue reading)

Tom Kistner | 10 Sep 2007 18:13
Favicon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Tom Kistner <tom <at> duncanthrax.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #8 from Tom Kistner <tom <at> duncanthrax.net>  2007-09-10 17:13:56 ---
Now working on this - if anyone has further input please post it here.

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

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

Tom Kistner | 10 Sep 2007 18:12
Favicon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Tom Kistner <tom <at> duncanthrax.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|ph10 <at> hermes.cam.ac.uk       |tom <at> duncanthrax.net
             Status|ASSIGNED                    |NEW

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

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

Tom Kistner | 10 Sep 2007 18:12
Favicon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Tom Kistner <tom <at> duncanthrax.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tom <at> duncanthrax.net
             Status|NEW                         |ASSIGNED

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

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


Gmane