ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
334
|
Mon May 12 16:01:38 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Use Email From = $user_email |
> if you put
>
> Use Email From = $user_email
>
> we receive in the adress 'my email adress'
>
> how to avoid the maito: prefix ?
> it gives problems when you vwant to reply from outlook
>
> it's ok in elog to send mail from IExplorer
I fixed that problem. Please get the updated version from CVS. |
343
|
Sat May 17 05:55:53 2003 |
| Tomas Rudolf | tomas@mba.be | Question | | | Re: Simulation of a submit |
I guess this question got somehow lost.
So once again : Is there a possibility to EDIT an existing message with
elog.exe ?
Tomas
> > Is there a way to simulate an ELOG SUBMIT?
>
> Have a look at the elog utility which comes in the package. It does
exactly
> this. It "simulates" a browser and does a submit directly to elogd. So
you
> can either redo the elog code somewhere, or call elog with the proper
> command line parameters to insert logbook entries.
We did some tests of your elog utility. It does what we need except for one
important thing: EDIT existing messages. Is there a way to edit en existing
message? Adding a new message or replying to an existing message works fine
but in our case we need to have the ability to modify messages that were
created in the past.
Tomas |
355
|
Fri May 23 09:17:30 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Question | | | mySQL / SQL synchronisation |
does anybody has interest with a full synchronisation
between elog logbook
on mySQL and SQL database |
356
|
Wed May 28 08:30:18 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Simulation of a submit |
> I guess this question got somehow lost.
> So once again : Is there a possibility to EDIT an existing message with
> elog.exe ?
This message did not get lost, but I'm on a conference right now in Elba and
will come back next week, when I have time to answer all questions. Only so
much for now: Editing in elog.exe is right now not implemented, but I will
put it on the wishlist.
- Stefan |
357
|
Fri May 30 08:04:23 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Question | | | Hosts deny |
Used to deny a certain command to a list of users. This can be used to
deny a guest user to enter new messages or modify a message.
Hosts allow = <list>
Hosts deny = <list>
could you deny guest user like this
guest is not loggeg ?
hubert is logged
Hosts deny = guest,hubert
does anybody has experience with deny based on IP adresse ? |
358
|
Tue Jun 3 15:26:58 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Simulation of a submit |
> I guess this question got somehow lost.
Got not lost, but I was on two consecutive conferences and just returned.
> So once again : Is there a possibility to EDIT an existing message with
> elog.exe ?
Not at the moment. But I will put it on the wishlist. |
359
|
Tue Jun 3 17:51:39 2003 |
| Tomas Rudolf | tomas@mba.be | Question | | | Loging user's activity |
I was wondering if there is a way to have a more detailed log of users'
activities?
Current Logfile = <file> gives a good base for information about
logins/access to 'protected' logbooks.
What we would like to have is information about when a user reads an ELOG
entry (to be able to determine the reaction/response time).
For instance the LOG could look sg like this:
%%user %%datetime %%logbook %%record read/edit/new/delete |
360
|
Tue Jun 3 20:08:27 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Hosts deny |
> Used to deny a certain command to a list of users. This can be used to
> deny a guest user to enter new messages or modify a message.
>
>
> Hosts allow = <list>
> Hosts deny = <list>
>
> could you deny guest user like this
>
> guest is not loggeg ?
> hubert is logged
>
> Hosts deny = guest,hubert
> does anybody has experience with deny based on IP adresse ?
You probably mixed up deny of a command to a certain user and deny of hosts
based on their IP. This has nothing to do with each other except the
word "deny". Please read the documentation about how to set up IP
based "hosts deny". This works only for certain IPs, but not for certain
users.
If you want guests not to be able to enter messages, but allow this to
registered users, you should set up a password file, and a guest menu.
Please refer to the elogd.cfg file for this forum which is done in this way.
Have a look at elog:Config%20Examples/4 . |