ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
938
|
Sat Feb 12 20:51:43 2005 |
| Anand Sengupta | anandss@iucaa.ernet.in | Question | Linux | | Re: Help with configuration newbie |
> > 1. When replying to another reply in a thread, the author_name attribute is
> > not substitued (as desired). Since this is a mandatory field, we are not
> > able to send the reply message. However, reply to the originial message
> > works fine.
>
> Preset on reply Author = $long_name
>
> Do not use "Remove on reply".
This worked. Thanks.
>
> > 2. "Use Email From = string" prepends an additional "" to the "From"
> > field in the e-mails.
>
> This has been fixed recently, please update.
Agani, thanks for the information.
>
> > 3. "Fixed Attributes Reply = Subject" fixes the subject line while replying.
> > However when we add "Category" attribute to this list, it breaks.
>
> I tried to use your config file and add
>
> Fixed attributes reply = Subject, Category
>
> and it worked as expected. What kind of "break" did you observe?
For me, when I put the Category in the fixed attributes for reply, I see the
Category but when I actually try to send the message - it says Category not
entered. I am sure I am doing something very stupid. Please help.
- Anand. |
939
|
Sun Feb 13 16:43:05 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Help with configuration newbie |
> For me, when I put the Category in the fixed attributes for reply, I see the
> Category but when I actually try to send the message - it says Category not
> entered. I am sure I am doing something very stupid. Please help.
No, it was a bug, which I could reproduce now. I fixed it in revision 1.554. It will
be contained in the next release. |
951
|
Fri Feb 18 08:43:42 2005 |
| Anand Sengupta | anandss@iucaa.ernet.in | | Linux | | How to import previous emails to elog ? |
Hi
We have setup a elog server and would like to import a bunch of emails as
elog entries. Is there some way we can do this ? Since there are hundreds of
emails, it is not possible to post them individually as new elog entries.
Many thanks,
Anand. |
952
|
Fri Feb 18 08:47:20 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | Linux | | Re: How to import previous emails to elog ? |
Have a look at http://midas.psi.ch/elogs/Contributions/10 |
957
|
Wed Feb 23 13:02:59 2005 |
| Paul Harrington | paul.harrington@oup.com | Question | All | | length of fields |
When creating/updating entries in elog, excluding the main text field are
there any limits on the size of the other fields?
many thanks
Paul |
25
|
Tue Mar 1 19:41:29 2005 |
| | | | | | |
For some reason it looses the "m" so line 5 instead of having
"hh:mm" has "hh: m"
Please ideas ;)
Cheers,
GL. |
25
|
Tue Mar 1 19:41:29 2005 |
| | | | | | |
For some reason it looses the "m" so line 5 instead of having
"hh:mm" has "hh: m"
Please ideas ;)
Cheers,
GL. |
966
|
Wed Mar 2 15:00:04 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | | Re: length of fields |
> When creating/updating entries in elog, excluding the main text field are
> there any limits on the size of the other fields?
Yes, this is controlled by the variable NAME_LENGTH in elogd.c, which is
currently set to 1500 characters. You can try to increase this and recompile,
but at some point you will produce a stack overflow and elogd will crash. So
the current length is a compromise.
- Stefan |