6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
1/11/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10113] Cannot create procmail rules with Maildir support
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ \ /. . .. . [__) >< | |\/|| | | / \|___| ||__|
Comment
> Found a solution for the problem, modify following in > ../ingo/lib/Script/Procmail/Recipe.php > > ################################################################# > return '"$DEFAULT/.' . escapeshellcmd($folder) . '/"'; > ################################################################# > > to > > ################################################################# > return '"$DEFAULT.' . escapeshellcmd($folder) . '/"'; > ################################################################# > > But I found another problem, my Maildir don't use / for subfolders it > separate the folder with points. > "Folder1.Subfolder1.Subfolder2" > > I can solve the problem by add following in > ../ingo/lib/Script/Procmail/Recipe.php > ################################################################# > } > return '"$DEFAULT.' . escapeshellcmd($folder) . '/"'; > } else { > ################################################################# > > to > > ################################################################# > } > $folder = str_replace("/", ".", $folder); > return '"$DEFAULT.' . escapeshellcmd($folder) . '/"'; > } else { > ################################################################# > > Don't know it's a good way, but still work.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers