list of emails in Inbox, type default dir
once in a great while we see a list of 0 byte emails from none
on click, usermin displays "this message no longer exists"
and they wont delete bc they dont exist?
need a little help here.
========================
solved
the usermin and? was reading the directories under the username as empty content inbox items and listing them as 0 byte mails (without any detail. The count was equal to the number of directories in mail/ + 5.
It turns out that also the username/Maildir +cur,new,tmp were missing.
It could be that this directory was deleted because of characters (ie $) were in the mailheader & procmail read them as a var and passed it on to... something, or the user had a folder beginning with a $ and called it $DEFAULT, or something else weird.
THE FIX IS SIMPLE
creating the Maildir & the 3 subs (cur new tmp) fixed the problem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
list of emails in Inbox, type default dir
once in a great while we see a list of 0 byte emails from none
on click, usermin displays "this message no longer exists"
and they wont delete bc they dont exist?
need a little help here.
========================
solved
the usermin and? was reading the directories under the username as empty content inbox items and listing them as 0 byte mails (without any detail. The count was equal to the number of directories in mail/ + 5.
It turns out that also the username/Maildir +cur,new,tmp were missing.
It could be that this directory was deleted because of characters (ie $) were in the mailheader & procmail read them as a var and passed it on to... something, or the user had a folder beginning with a $ and called it $DEFAULT, or something else weird.
THE FIX IS SIMPLE
creating the Maildir & the 3 subs (cur new tmp) fixed the problem