/[smecontribs]/rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting-1.2-RemoveTO_space.patch
ViewVC logotype

Annotation of /rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting-1.2-RemoveTO_space.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Nov 26 22:32:16 2013 UTC (10 years, 5 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-mailsorting-1_2-44_el5_sme, smeserver-mailsorting-1_2-45_el5_sme, smeserver-mailsorting-1_2-47_el5_sme, smeserver-mailsorting-1_2-42_el5_sme, smeserver-mailsorting-1_2-46_el5_sme, HEAD
* Thu Oct 09 2013 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-42.sme
- remove space from TO_ [SME: 6061] [SME: 2264]

1 unnilennium 1.1 diff -ruN smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.procmailrc/40global smeserver-mailsorting-1.2.update/root/etc/e-smith/templates-user/.procmailrc/40global
2     --- smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.procmailrc/40global 2013-10-10 15:18:14.578000367 +0200
3     +++ smeserver-mailsorting-1.2.update/root/etc/e-smith/templates-user/.procmailrc/40global 2013-10-10 15:20:25.179001975 +0200
4     @@ -56,7 +56,8 @@
5     #[sme 2264] remove .* after TO_ macro
6     if ($_ eq 'TO_')
7     {
8     - $_ = "^"."$_"." ";
9     + #[sme 6061 remove space after TO_
10     + $_ = "^"."$_"."";
11     }
12     else
13     {
14     diff -ruN smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.procmailrc/60user smeserver-mailsorting-1.2.update/root/etc/e-smith/templates-user/.procmailrc/60user
15     --- smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.procmailrc/60user 2013-10-10 15:18:14.579000367 +0200
16     +++ smeserver-mailsorting-1.2.update/root/etc/e-smith/templates-user/.procmailrc/60user 2013-10-10 15:20:53.882992558 +0200
17     @@ -57,7 +57,8 @@
18     #[sme 2264] remove .* after TO_ macro
19     if ($_ eq 'TO_')
20     {
21     - $_ = "^"."$_"." ";
22     + #[sme 6061 remove space after TO_
23     + $_ = "^"."$_"."";
24     }
25     else
26     {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed