Wolfgang Breyha | 3 Mar 2010 12:54
Picon

[Bug 935] expandable spamd_address unconditionally disables result caching

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

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

Wolfgang Breyha <wbreyha <at> gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #367 is|0                           |1
           obsolete|                            |

--- Comment #1 from Wolfgang Breyha <wbreyha <at> gmx.net>  2010-03-03 11:54:44 ---
Created an attachment (id=378)
 --> (http://bugs.exim.org/attachment.cgi?id=378)
improved spamd result caching - fixed

small fix to prevent SIGSEGV receiving more then 1 mail on the same connection.

-- 
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/ ##

B.Johannessen | 5 Mar 2010 09:29

[Bug 965] Cannot execute mysql stored procedure

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

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

--- Comment #1 from B. Johannessen <bob <at> db.org>  2010-03-05 08:29:37 ---
On 5 March 2010 02:14, Alain Williams <addw <at> phcomp.co.uk> wrote:
> Any attempt to execute a stored procedure results in:
> MYSQL: query failed: PROCEDURE  can't return a result set in the given context
> I attach a patch to exim-4.71/src/lookups/mysql.c that fixes this.

My patch for exactly the same problem from two years ago. I was
running 3 MX-es with that code for a bit over a year without problems,
though the configuration in question was rather simple.

http://www.exim.org/lurker/message/20080320.215409.cdbbbaff.en.html

-- 
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/ ##
B. Johannessen | 5 Mar 2010 09:29
Gravatar

Re: [Bug 965] New: Cannot execute mysql stored procedure

On 5 March 2010 02:14, Alain Williams <addw <at> phcomp.co.uk> wrote:
> Any attempt to execute a stored procedure results in:
> MYSQL: query failed: PROCEDURE  can't return a result set in the given context
> I attach a patch to exim-4.71/src/lookups/mysql.c that fixes this.

My patch for exactly the same problem from two years ago. I was
running 3 MX-es with that code for a bit over a year without problems,
though the configuration in question was rather simple.

http://www.exim.org/lurker/message/20080320.215409.cdbbbaff.en.html

-- 
B. Johannessen

--

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

Alain Williams | 5 Mar 2010 02:14
Picon
Favicon

[Bug 965] New: Cannot execute mysql stored procedure

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

http://bugs.exim.org/show_bug.cgi?id=965
           Summary: Cannot execute mysql stored procedure
           Product: Exim
           Version: 4.71
          Platform: All
        OS/Version: Linux
            Status: NEW
          Keywords: work:tiny
          Severity: bug
          Priority: medium
         Component: Lookups
        AssignedTo: nigel <at> exim.org
        ReportedBy: addw <at> phcomp.co.uk
                CC: exim-dev <at> exim.org

Created an attachment (id=379)
 --> (http://bugs.exim.org/attachment.cgi?id=379)
Patch to fix the bug

Any attempt to execute a stored procedure results in:

MYSQL: query failed: PROCEDURE  can't return a result set in the given context

This is because the option CLIENT_MULTI_RESULTS is needed.

Stored functions work.

(Continue reading)

Alain Williams | 5 Mar 2010 10:54
Picon
Favicon

[Bug 965] Cannot execute mysql stored procedure

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

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

--- Comment #2 from Alain Williams <addw <at> phcomp.co.uk>  2010-03-05 09:54:36 ---
On Fri, Mar 05, 2010 at 08:29:40AM +0000, B. Johannessen wrote:
> ------- You are receiving this mail because: -------
> You reported the bug.
> 
> http://bugs.exim.org/show_bug.cgi?id=965
> 
> 
> 
> 
> --- Comment #1 from B. Johannessen <bob <at> db.org>  2010-03-05 08:29:37 ---
> On 5 March 2010 02:14, Alain Williams <addw <at> phcomp.co.uk> wrote:
> > Any attempt to execute a stored procedure results in:
> > MYSQL: query failed: PROCEDURE  can't return a result set in the given context
> > I attach a patch to exim-4.71/src/lookups/mysql.c that fixes this.
> 
> My patch for exactly the same problem from two years ago. I was
> running 3 MX-es with that code for a bit over a year without problems,
> though the configuration in question was rather simple.
> 
> http://www.exim.org/lurker/message/20080320.215409.cdbbbaff.en.html

And we have fixed it in about the same way ...

This needs to go in ... exim-4.72 anyone ?
(Continue reading)

Alain Williams | 5 Mar 2010 10:54
Picon
Favicon

Re: [Bug 965] Cannot execute mysql stored procedure

On Fri, Mar 05, 2010 at 08:29:40AM +0000, B. Johannessen wrote:
> ------- You are receiving this mail because: -------
> You reported the bug.
> 
> http://bugs.exim.org/show_bug.cgi?id=965
> 
> 
> 
> 
> --- Comment #1 from B. Johannessen <bob <at> db.org>  2010-03-05 08:29:37 ---
> On 5 March 2010 02:14, Alain Williams <addw <at> phcomp.co.uk> wrote:
> > Any attempt to execute a stored procedure results in:
> > MYSQL: query failed: PROCEDURE  can't return a result set in the given context
> > I attach a patch to exim-4.71/src/lookups/mysql.c that fixes this.
> 
> My patch for exactly the same problem from two years ago. I was
> running 3 MX-es with that code for a bit over a year without problems,
> though the configuration in question was rather simple.
> 
> http://www.exim.org/lurker/message/20080320.215409.cdbbbaff.en.html

And we have fixed it in about the same way ...

This needs to go in ... exim-4.72 anyone ?

--

-- 
Alain Williams
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer.
+44 (0) 787 668 0256  http://www.phcomp.co.uk/
Parliament Hill Computers Ltd. Registration Information: http://www.phcomp.co.uk/contact.php
(Continue reading)

Nigel Metheringham | 5 Mar 2010 16:59
Favicon
Gravatar

[Bug 965] Cannot execute mysql stored procedure

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

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

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

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

--- Comment #3 from Nigel Metheringham <nigel <at> exim.org>  2010-03-05 15:59:30 ---
CVS commit by nm4:

Support mysql stored procedures.  Fixes: bug#965

--- CVS commit summary ---
1.6  1.7  +16 -1  -  exim/exim-src/src/lookups/mysql.c

-- 
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/ ##

Nigel Metheringham | 5 Mar 2010 17:03
Favicon
Gravatar

[Bug 961] missing blank in OS/Makefile-NetBSD*

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

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

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

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

--- Comment #1 from Nigel Metheringham <nigel <at> exim.org>  2010-03-05 16:03:59 ---
CVS commit by nm4:

Spacing change on Makefile directives (syntax fix).  Fixes: bug#961

--- CVS commit summary ---
1.601  1.602  +4 -0  -  exim/exim-doc/doc-txt/ChangeLog
1.4    1.5    +1 -1  -  exim/exim-src/OS/Makefile-NetBSD
1.4    1.5    +1 -1  -  exim/exim-src/OS/Makefile-NetBSD-a.out

-- 
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/ ##

(Continue reading)

Nigel Metheringham | 5 Mar 2010 17:05
Favicon
Gravatar

[Bug 961] missing blank in OS/Makefile-NetBSD*

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

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

--- Comment #2 from Nigel Metheringham <nigel <at> exim.org>  2010-03-05 16:05:04 ---
CVS commit by nm4:

Spacing change on Makefile directives (syntax fix).  Fixes: bug#961

--- CVS commit summary ---
1.602  1.603  +2 -0  -  exim/exim-doc/doc-txt/ChangeLog

-- 
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/ ##

Nigel Metheringham | 5 Mar 2010 17:08
Favicon
Gravatar

[Bug 955] Misleading use of 'max_rcpts' smtp transport option

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

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

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

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

--- Comment #2 from Nigel Metheringham <nigel <at> exim.org>  2010-03-05 16:08:15 ---
CVS commit by nm4:

Documentation fix for max_rcpts.  Fixes: bug#955

--- CVS commit summary ---
1.70   1.71   +2 -2  -  exim/exim-doc/doc-docbook/spec.xfpt
1.603  1.604  +3 -0  -  exim/exim-doc/doc-txt/ChangeLog

-- 
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