Displaying 2 results from an estimated 2 matches for "19353".
Did you mean:
1933
2006 Apr 22
0
Re: Rails Digest, Vol 19, Issue 611
Thanks szymek for putting me on track. What I did was re-intstall the
file_column plug-in but I still got the same error so I added @recipe =
recipe and then then error changed to something about nil.first. So I added
a
rescue "no image"
to the end of my image_tag like so
<%= image_tag url_for_file_column("recipe", "image") rescue "none" %>
and
2008 Apr 29
2
new auth connection (for ever)
...vecot: Apr 29 22:47:27 Info: auth(default): new auth connection: pid=19350
dovecot: Apr 29 22:47:27 Info: auth(default): new auth connection: pid=19351
dovecot: Apr 29 22:47:27 Info: auth(default): new auth connection: pid=19352
dovecot: Apr 29 22:47:27 Info: auth(default): new auth connection: pid=19353
dovecot: Apr 29 22:47:27 Info: auth(default): new auth connection: pid=19354
...
It's seems that the for the specific mail the dovecot tries to reconnect
for EVER.
But why ?
Why i cant read this specific mail ?
i have more than 72.000 but in some messages i get problems
like that. And there...