File: spamarmors

package info (click to toggle)
slash 2.2.6-8etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,672 kB
  • ctags: 1,915
  • sloc: perl: 23,113; sql: 1,878; sh: 433; makefile: 233
file content (27 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Spamarmor Data File
# (c) 2000-2001 OSDN
# This file is part of the Slash software suite.
# http://www.slashcode.com
#
# $Id: spamarmors,v 1.1.2.2 2001/07/23 21:16:46 cliff Exp $
#
__name__
Example #1
__code__
s/^(.+?)\@(.+)$/{$1} {at} {$2}/
#
#
__name__
Example #2 - (Reverse of #1)
__code__
s/^(.+?)\@(.+)$/\}$1\{ \}at\{ \}$2\{/;
@a = split //;
$_ = "reversethis-" . scalar reverse @a;
#
#
__name__
Example #3
__code__
s/^(.+?)\@(.+)$/${1}NO\@SPAM$2/
#
#