aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-04 13:49:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-04 13:49:22 +0000
commitf4f1d57c6b5dabda2521d1c44fead5588444d189 (patch)
treebbbcbc32a1b8a752734af266be1c2db526985a11 /TODO
parent4bc6c544b7f7fee113983a4b8b28118a00f7a0d0 (diff)
downloadmailfromd-f4f1d57c6b5dabda2521d1c44fead5588444d189.tar.gz
mailfromd-f4f1d57c6b5dabda2521d1c44fead5588444d189.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@778 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index e2e8bbc4..a9881eb4 100644
--- a/TODO
+++ b/TODO
@@ -8,17 +8,6 @@ Mailfromd TODO list.
** Implement still more string functions
-** Reversing the order of octets in an IP can be done now by the following
-function:
-
-#pragma regex +extended
-func revip(s) returns s
-do
- if $1 matches '([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)'
- return "\4.\3.\2.\1"
- fi
- return $1
-done
Document it.

Return to:

Send suggestions and report system problems to the System administrator.