mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
752010c8f7
Synonym is a product that allows a company to easily archive all email messages going in and out. It can copy mail messages, delete, reject or add a text and/or html signature based on a XML based configuration file listing regular expression rules. WWW: http://www.modulo.ro/synonym/
15 lines
299 B
C
15 lines
299 B
C
--- synonym.c.orig Mon Jan 19 21:20:30 2004
|
|
+++ synonym.c Thu Nov 17 15:27:10 2005
|
|
@@ -512,11 +512,6 @@
|
|
}
|
|
if(delete_email)
|
|
return SMFIS_DISCARD;
|
|
- if(add_copy)
|
|
- {
|
|
- copyto_list[strlen(copyto_list)-2]='\0';
|
|
- smfi_addheader(ctx, "X-Synonym", copyto_list);
|
|
- }
|
|
return SMFIS_CONTINUE;
|
|
|
|
}
|