[Tickets #4333] NEW: multiple vacation messages send with procmail
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Aug 24 05:29:59 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4333
-----------------------------------------------------------------------
Ticket | 4333
Created By | michael.menge at zdv.uni-tuebingen.de
Summary | multiple vacation messages send with procmail
Queue | Ingo
Version | 1.1.1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
michael.menge at zdv.uni-tuebingen.de (2006-08-24 05:29) wrote:
If a user has the E-Mailadress user.test at example.com and test at example.com
Mails to user.test at example.com will match
$^To:(.*\<)?user.test at example.com and $^To:(.*\<)?test at example.com
resulting that the vacation eMail will be send twice.
The problem is in \< which is a short form for [^a-zA-Z0-9_] .
The \. is not in the list of excluded chareckters and the - is missing
too. Maybe some more charakters are allowed in an email adress but are not
in the list
An other problem is the search is that we try to match the other adresses
even if we had already found a match.
More information about the bugs
mailing list