0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug with trusted sender creating date expiring address More... about 19 years ago
bug with matching, also, now moving 8 chars to back of messageId More... about 19 years ago
more tweaking -- set state checking every 10 minutes (instead of 1 hour), but file aging is still an hour More... about 19 years ago
opera didn't like the date format of the persistent cookie More... about 19 years ago
better concurrency handling More... about 19 years ago
cleanup logic was busted! More... about 19 years ago
fixed misuse of quotemeta More... about 19 years ago
bug with exclusive sender matching More... about 19 years ago
hard-coded a -f option into CommandLineMailer -- it makes the return-path be the sender. In order to avoid a X-Authentication-Warning header, the spameater unix user needs to be listed as a "trusted-user" in sendmail More... about 19 years ago
more refactoring for separation of concerns between the script and Mailers More... about 19 years ago
passing message by reference More... about 19 years ago
bugfix -- temp dir problem fixed More... about 19 years ago
changes based on syskoll's comments More... about 19 years ago
changed the directory strategy to use the domain of the Id instead of the first six characters More... about 19 years ago
added some logic for message id state checking, so that the script can tell whether it has handled the same message id recently (in the last 10 minutes) so that it can avoid sending multiple messages. More... about 19 years ago
added process id to debug lines to hopefully make it easier to follow concurrent logging More... about 19 years ago
bugfix More... about 19 years ago
date expiring disposables More... about 19 years ago
more fixes to new code More... about 19 years ago
moved web mail stuff into new module WebMessages.pm to make the Mailers lighter weight -- HAVEN'T TESTED More... about 19 years ago
dynamic loading of Page.pm in the mailers (so it won't get loaded for the mail handler, which doesn't need it) More... about 19 years ago
dynamic class loading for mailer More... about 19 years ago
added shorter URL param for confirmemailchange ('cec') More... about 19 years ago
used shorter URL param for confirmemailchange ('cec') More... about 19 years ago
more testing -- needed to initialize a bunch of vars at the top of the main loop (to keep stale values from staying around) More... about 19 years ago
some more cleanup and also added SocketMailer.pm SocketMailer.pm is NOT COMPLETE because it doesn't handle the situation where the mail server is refusing connections. More... about 19 years ago
includes multi-recip functionality More... about 19 years ago
added multi-recip support More... about 19 years ago
added restriction for "official" message (to info, abuse, etc.) so that they have to match one particular admin domain, as defined in the config file. Without this feature, the admin get an X multiplier on spam to those addresses, where X is the number of domains handled by the instance. More... about 19 years ago
added option for hiding subject line feature More... about 19 years ago