Your message dated Tue, 5 Jan 2010 13:04:44 +0100
with message-id <[email protected]>
and subject line Fixed in 1.2.2
has caused the Debian Bug report #538066,
regarding ingo1 "Source" filter produces bad maildrop filter lines
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
538066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538066
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ingo1
Version: 1.2-1
Severity: important
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages ingo1 depends on:
ii horde3 3.2.2+debian0-2 horde web application framework
Versions of packages ingo1 recommends:
ii php5-imap 5.2.6.dfsg.1-1+lenny3 IMAP module for php5
Versions of packages ingo1 suggests:
ii imp4 4.2-4 webmail component for horde framew
pn php-net-sieve <none> (no description available)
-- no debconf information
Hello,
This may have been addressed upstream, but it appears that the Destination
and Source filter on choices in Ingo produce lines similar to this:
##### sourcetest #####
if( \
/^From,Sender,Reply-to,Resent-from:\s*.*u...@host\.some\.domain\.edu/:h \
)
exception {
to "${DEFAULT}/.ttt/"
}
The syntax /^From,Sender,Reply-to,Resent-from: while "legal" appears to be
trying to match that string literally rather than anything in the list.
This means that it basically just doesn't work.
I saw some traffic on the INGO1 mailing list about a similar problem for the
"Destination" filter choice having the same problem. From the look of it
both Destination and Participant are both effected in the Debian/Lenny
release:
46: ##### fromtest #####
47: if( \
48: /^From:\s*.*e...@agni\.phys\.iit\.edu/:h \
49: )
50: exception {
51: to "${DEFAULT}/.ttt/"
52: }
53:
54: ##### desttest #####
55: if( \
56: /^To,Cc,Bcc,Resent-to:\s*.*u...@some\.domain\.edu/:h \
57: )
58: exception {
59: to "${DEFAULT}/.ttt/"
60: }
61:
62: ##### New Rule #####
63: if( \
64:
/^To,Cc,Bcc,Resent-to,From,Sender,Reply-to,Resent-from:\s*.*u...@host\.domain/:h
/\
65: )
66: exception {
67: to "${DEFAULT}/.ttt/"
68: }
If there is an upstream patch, could it be integrated into the debian
package and the package made availabe?
If this will need to wait till the next debian release, can you provide
assistance in fixing the problem in a way that will not overwritten the next
time I upgrade ingo1 with aptitude?
Thanks!!
--- End Message ---
--- Begin Message ---
Version: 1.2.2-1
As the upstream ticket says, this is solved in 1.2.2:
http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.206&r2=1.207
On the FW3 branch, this is
http://cvs.horde.org/diff.php/ingo/lib/Script/maildrop.php?r1=1.7.2.11&r2=1.7.2.12
Mathieu Parent
--- End Message ---