summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2002-11-20Adjust for the recent changes in symbol space functionsSergey Poznyakoff1
(sieve_test_header): New tag :mime. Directs header to test headers in all parts of a multipart message, not only main message headers.
2002-11-20Adjust for the recent changes in symbol space functionsSergey Poznyakoff2
2002-11-20(sieve_test_lookup,sieve_action_lookup)Sergey Poznyakoff1
(sieve_register_test,sieve_register_action): Accept the pointer to sieve machine as first argument.
2002-11-20(sieve_register_comparator)Sergey Poznyakoff1
(sieve_require_comparator,sieve_comparator_lookup) (sieve_get_comparator) (sieve_register_standard_comparators): Accept the pointer to sieve machine as first argument.
2002-11-20(build_mime,sieve_action_redirect): Removed unused argument.Sergey Poznyakoff1
(sieve_register_standard_actions): Changed declaration.
2002-11-20(struct sieve_machine): New membersSergey Poznyakoff1
test_list, action_list and comp_list provide independent symbol space for this particular instance of sieve.
2002-11-20(sieve_test_lookup)Sergey Poznyakoff1
(sieve_action_lookup,sieve_register_test) (sieve_register_action,sieve_register_comparator) (sieve_comparator_lookup,sieve_require_comparator) (sieve_get_comparator): Accept the pointer to sieve machine as first argument.
2002-11-20Fixed indentation.Sergey Poznyakoff1
2002-11-19UpdatedSergey Poznyakoff1
2002-11-19Fixed 'envelope from' addressSergey Poznyakoff1
2002-11-19(mu_set_user_email): Set user's domain as well.Sergey Poznyakoff1
2002-11-19(i_ascii_casemap_contains): Fixed typecast.Sergey Poznyakoff1
2002-11-19UpdatedSergey Poznyakoff2
2002-11-19(sieve_slist_destroy): Use list_do. It is faster.Sergey Poznyakoff1
2002-11-19(_get_address_part): Made static to avoid name clashes.Sergey Poznyakoff2
2002-11-19(sieve_machine_init,sieve_machine_destroy): Fixed inconsistencies.Sergey Poznyakoff1
2002-11-19(sieve_message): New function.Sergey Poznyakoff1
2002-11-19Support for user-defined sieve filters. Improved debugging.Sergey Poznyakoff1
2002-11-19Include libsieve.hSergey Poznyakoff1
2002-11-19Added libsieve.laSergey Poznyakoff1
2002-11-19Bugfix: always check for newline after matched pattern.Sergey Poznyakoff1
2002-11-19Reflect changed headers in msg 2Sergey Poznyakoff3
2002-11-19Add X-Number header to msg 2 for testing i;ascii-numeric comparator.Sergey Poznyakoff1
2002-11-19Added scripts for testing comparators.Sergey Poznyakoff14
2002-11-19Added scripts for testing comparatorsSergey Poznyakoff1
2002-11-19(sieve_test): Pass --verbose switch to sieve. Added -retcode option.Sergey Poznyakoff1
2002-11-19(i_ascii_numeric_is): Support forSergey Poznyakoff1
:comparator i;ascii-numeric. Fixed handling of :comparator i;ascii-casemap :matches and :contains. Added i;ascii-numeric :is comparator.
2002-11-19New options: --verbose to verbosely log executedSergey Poznyakoff1
actions, --log-facility to switch all diagnostic output to syslog.
2002-11-18UpdatedSergey Poznyakoff1
2002-11-18(mu_message_set_header): Fixed memory leakSergey Poznyakoff1
2002-11-18Added redirect.exp and reject.expSergey Poznyakoff3
2002-11-18Added redirect.sv and reject.svSergey Poznyakoff3
2002-11-18(sieve_test): Pass --email and --mailer options to sieve.Sergey Poznyakoff1
(sieve_driver_test): New procedure.
2002-11-18added Reject and RedirectSergey Poznyakoff3
2002-11-18New option --email sets user email address.Sergey Poznyakoff1
2002-11-18Enable testsuite subdir.Sergey Poznyakoff1
2002-11-18(sieve_get_mailer,sieve_set_mailer,sieve_get_daemo_email,sieve_set_daemon_em ↵Sergey Poznyakoff1
ail): New functions.
2002-11-18Call multiline_add for each line in ML state.Sergey Poznyakoff1
2002-11-18(struct sieve_machine): New members mailer and daemon_email.Sergey Poznyakoff1
2002-11-18Implemented reject and redirect.Sergey Poznyakoff1
2002-11-18Added comments.Sergey Poznyakoff1
2002-11-18Test if environment variable MTA_APPEND is set.Sergey Poznyakoff1
2002-11-18(sendmail_send_message): Bugfix: stream_readSergey Poznyakoff1
should not use sendmail->offset for positioning.
2002-11-18(mailer_get_url): New function.Sergey Poznyakoff1
2002-11-15Adapted testsuite for the new sieveSergey Poznyakoff1
2002-11-15Require redirect.Sergey Poznyakoff3
2002-11-15Adapted for changed sieve diagnostics format.Sergey Poznyakoff8
2002-11-15UpdatedSergey Poznyakoff1
2002-11-15(sieve_value_create,sieve_type_str)Sergey Poznyakoff1
(sieve_print_value): Handle SVT_POINTER data type. (sieve_print_value_list) tag member is now char *. (_comp_action): Call cp->retr continuously until it returns non-zero.
2002-11-15Implemented rest of required sieve tests (address and envelope).Sergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.