Peter Simons
04d4355c3f
Implemented the acked-once feature.
2001-01-16 11:33:36 +00:00
Peter Simons
e4beacc940
Added new action keyword to the Access Control Language: approve. This
...
keyword will -- unlike to "pass" -- not only pass the mail, but will
also make sure that the mail passes all other authorization controls.
This means, the mail will be treated as if the Petidomo master
password had been given in the header.
2001-01-16 10:49:08 +00:00
Peter Simons
2fcd50d4c4
Implemented the approve mode, where incoming mails are searched for
...
confirmation cookies and the apropriate queue entries will be
executed.
2001-01-15 18:48:49 +00:00
Peter Simons
cce2222de3
Had to make is_approved a global variable, because it is actually
...
tested in subroutines of listserv_main() and hermes_main(), like
subscribe(), which's parameter list I don't want to change.
2001-01-15 17:06:48 +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
fd3bf06a8a
List's "AllowPublicSubscripiton" does not exist anymore. Now we have
...
"SubscriptionType" with valid values "public", "admin" or
"acknowledged".
2001-01-15 16:55:45 +00:00
Peter Simons
3ad4ad6931
Removed the whole concept of "alien subscription". It was stupid to
...
begin with and now that we'll have acknowledged subscriptions, it is
useless, too.
2001-01-15 16:35:06 +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
Peter Simons
8625cea8e4
Added config entry "AcknowledgementFile" to the mailing list's config file.
2001-01-11 14:17:53 +00:00
Peter Simons
48563f8faa
Added generate_cookie() routine taken from mapSoN.
2001-01-11 14:11:33 +00:00
Peter Simons
88ffd53ded
Rewrote Petidomo so that virtually any file's path can be configured
...
at run-time now.
2001-01-08 20:36:19 +00:00
Peter Simons
191e98cadf
Petidomo will now expect its master config file at
...
SYSCONFDIR/petidomo.conf. This location can be changed at run-time
with the command line parameter --masterconf.
2001-01-08 15:55:07 +00:00
Peter Simons
2726404cd1
Replaced the old basedir-mechanism in Petidomo, which used to be the
...
home directory of the petidomo user. Now, Petidomo expects its master
config file in ETCDIR, which is '/etc' per default. All other paths
will be set there at run-time.
2001-01-06 14:12:21 +00:00
Peter Simons
6cad68b3c1
Reversed all changes concerning C++ in Petidomo ... it isn't worth the
...
major rewrite.
2000-12-16 13:11:54 +00:00
Peter Simons
36d16be85a
All internal prototypes and definitions.
2000-12-13 15:54:29 +00:00