Ralf S. Engelschall
00eb2b8fc0
Get rid of all complaints from GCC 2.97
...
(except for two things which I do not want to change on my own)
2001-01-19 14:56:33 +00:00
Peter Simons
727cb694ec
Incorporated the cookie into the end-of-mail-marker used in the
...
ack-script, so that the whole mechanism doesn't break when somebody
has the words '[end-of-mail-marker]' in the mail body itself.
2001-01-19 14:53:23 +00:00
Peter Simons
1440285340
Petidomo needs to know the path to the executable in order to write
...
the ack-spool file, which starts Petidomo again to process the
acknowledged command or posting. I used BINDIR for that, but realized
that this sucks when somebody manually moves the binary. Hence, I am
using the contents of argv[0] now, normalized to an absolute path.
This value is stored in the global variable who_am_i, which the
queue_*() routines now use.
2001-01-19 12:49:44 +00:00
Ralf S. Engelschall
24bae40be7
As we agreed today, Petidomo is now open because licensed under GPL and
...
always will be licensed under GPL, so use "Petidomo" as the program name
everywhere and consistently.
2001-01-18 20:30:50 +00:00
Peter Simons
228e6c443c
queue_command() and queue_posting() will now return the cookie used as
...
filename, so that the calling code can mail back the request for
confirmation.
2001-01-15 16:58:58 +00:00
Peter Simons
f5a3d6dbe8
Implemented spooling mechanism for requests and postings that need an
...
acknowledgement to be processed. The code is there, it just isn't
called yet.
2001-01-15 16:29:11 +00:00