I just did a check on www.google.com to see if my e-mail address is listed anywhere on the web. Just a little paranoid about spammers getting it. I know a lot of spammers harvest email addresses via web spiders, and due to the already questionable ethics of these individuals, I'm not going to trust that their spiders will adhere to robots.txt directives... Well, the ONLY place my e-mail address appeared was on the www.suse.com website in a publicly-available archive of this list. http://lists.suse.com/archive/suse-ppc/2000-Nov/0006.html I would really like my address to be removed from this archive or at a minimum have one of the following done to block spambots from harvesting it: 1. Do a regsub on the '@' with some other combinations of characters (eg. |@|, [AT], (a), etc.) throughout this entire archive. 2. Make the archive available only via formposts. This isn't such a good solution because it also blocks good-natured indexing engines like google. 3. Make the addresses appear via a formpost button that opens a popup window or some such display of the address. Obviously, option #1 is the easiest solution. What do other participants in this list think? Appreciatively, Seth Johnson
that could explaon all the sapmming I get the past few months !!!! seth wrote:
I just did a check on www.google.com to see if my e-mail address is listed anywhere on the web. Just a little paranoid about spammers getting it. I know a lot of spammers harvest email addresses via web spiders, and due to the already questionable ethics of these individuals, I'm not going to trust that their spiders will adhere to robots.txt directives...
Well, the ONLY place my e-mail address appeared was on the www.suse.com website in a publicly-available archive of this list.
http://lists.suse.com/archive/suse-ppc/2000-Nov/0006.html
I would really like my address to be removed from this archive or at a minimum have one of the following done to block spambots from harvesting it:
1. Do a regsub on the '@' with some other combinations of characters (eg. |@|, [AT], (a), etc.) throughout this entire archive. 2. Make the archive available only via formposts. This isn't such a good solution because it also blocks good-natured indexing engines like google. 3. Make the addresses appear via a formpost button that opens a popup window or some such display of the address.
Obviously, option #1 is the easiest solution. What do other participants in this list think?
Appreciatively,
Seth Johnson
-- John Pagonis ---------------------- http://www.pagonis.org ----------------------
Regarding the /etc/X11/XF86.Config (generic XFree86 4.x configuration) file. Precisely how do I change the bit depth from 8 to 24, or preferably 32 if possible? This is what it looks like now (see below). What is the present bit setting? I can't decipher it. SuSE PPC 7.1, beige Old World 266MHz G3 desktop, 384 MB RAM, BootX, external 9 GB SCSI hard disk, Mac OS 8.6 partitioned, Mac OS 9.1 on internal SCSI hard disk. Recommended/standard/ default installation (not full, not custom). The only RPMs that I've installed so far are minicom, rzsz and seyon. Downloaded them from ftp.suse.com's 7.1 PPC subdirectory. Kernel 2.2.18. Original installation from retail CD-ROMs. Tallyho, Thomas Armagost weblog <http://www.pe.net/~sputnik/blog.html> Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/uni/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" ModulePath "/usr/X11R6/lib/modules" RgbPath "/usr/X11R6/lib/X11/rgb" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" Option "BlankTime" "0" EndSection Section "Module" Load "dbe" Load "extmod" # extensions EndSection Section "InputDevice" Driver "keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbRules" "xfree86" Option "XkbKeycodes" "macintosh" Option "XkbModel" "macintosh" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/mouse" Option "Protocol" "imps/2" EndSection Section "Monitor" HorizSync 25-40 Identifier "Monitor[0]" ModelName "Initial" VendorName "Initial" VertRefresh 47-75 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Try Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Try Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Try Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Try Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Try Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try EndSection # Screen Section for module X support # ------------------------------------- Section "Screen" SubSection "Display" Depth 16 Modes "640x480" EndSubSection SubSection "Display" Depth 24 Modes "640x480" EndSubSection SubSection "Display" Depth 32 Modes "640x480" EndSubSection SubSection "Display" Depth 8 Modes "640x480" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection # Screen Section for fbdev support # ---------------------------------- Section "Screen" SubSection "Display" Depth 16 Modes "default" EndSubSection SubSection "Display" Depth 24 Modes "default" EndSubSection SubSection "Display" Depth 32 Modes "default" EndSubSection SubSection "Display" Depth 8 Modes "default" EndSubSection Device "Device[fbdev]" Identifier "Screen[fbdev]" Monitor "Monitor[0]" EndSection # Screen Section for vga support # ---------------------------------- Section "Screen" SubSection "Display" Depth 4 Modes "640x480" EndSubSection Device "Device[vga]" Identifier "Screen[vga]" Monitor "Monitor[0]" EndSection Section "Device" Driver "FBDev" Identifier "Device[0]" BusID "0:18:0" # device_options Option "sw_cursor" "on" EndSection Section "Device" Driver "fbdev" Identifier "Device[fbdev]" BusID "0:18:0" # fbdev_options EndSection Section "Device" Driver "vga" Identifier "Device[vga]" BusID "0:18:0" # vga_options EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Option "Xinerama" "off" Screen "Screen[0]" EndSection
participants (3)
-
John Pagonis
-
seth
-
Thomas Armagost