2009/8/18-9/1 [Computer/SW/Database, Computer/SW/Languages/Perl] UID:53283 Activity:low | 8/18 trying to write an intentionally slow regex.
what is your worst regex ever?
this is using MySQL regexp but I'll also accept
perl format --brain
\_ you need to know how regex is implemented internally in order to
have a worst regex in terms of running time. Something that uses
...
|
2009/5/8-14 [Computer/SW/SpamAssassin] UID:52971 Activity:nil | 5/7 Dear csua, looks like /usr/bin/spamc and /usr/bin/formail don't exist
on the emailer. I'm getting a bunch of binaries not found error
on my .procmail-log.
\_ Complaining via motd is not a reliable way to be heard and get your
stuff fixed. Try emailing us. --t
...
|
2009/1/26-2/1 [Computer/SW/SpamAssassin] UID:52462 Activity:nil | 1/26 Can somebody show me a procmail rule which drops email from
users {foo, bar, baz}@{host1,host2,host3}.berkeley.edu.
I dont want to have to create a rule set like this for
each combination:
:0:
* ^From: cfengine@host.berkeley.edu
...
|
2008/4/19-23 [Computer/SW/SpamAssassin] UID:49782 Activity:nil | 4/17 How do I get procmail to delete emails with things like
^Viiiaaaagggrrra in the message body. ^V then i+ then a+ ...
\- a better rule would be to check for the language type, and
if it's undeterminable or has too many misspellings then
it's most likely spam email. ps i'm gay ok thx.
\_ Thatd be some pretty impressive regex magic, to get all imaginable
...
|
2008/3/10-13 [Computer/SW/SpamAssassin] UID:49412 Activity:nil | 3/10 Is there a reliable way to control spam on soda?
Can someone write an "any undergrad can do it" level FAQ? Thanks.
\_ echo "/dev/null" > ~/.forward
\_ I use Thunderbird to check my soda mail.
\_ Forward to gmail. Let google's spam filter work for you.
\_ I use spamassassin. I just checked and it caught all but one of
...
|
2007/8/11-15 [Computer/SW/SpamAssassin] UID:47587 Activity:nil | 8/11 Is spamassassin working? Anybody using procmail with spamassassin?
>spamc -R < /usr/share/doc/spamc/sample-spam.txt
returns 0/0
\_ It hasn't worked for me for about a month.
...
|
2007/3/16-20 [Computer/SW/SpamAssassin] UID:45997 Activity:nil | 3/16 Is there a way to configure spamassassin to delete junk messages from
my /var/mail/{login} spool before I run my mail client program? Thx.
\_ procmail
...
|
2007/2/7-11 [Computer/SW/Mail] UID:45682 Activity:high | 2/7 Has anyone got Pine to work in the new CSUA environment? I
didn't see anything in the FAQ that described this. When I open
up Pine I get:
[Can't open /var/mail/theeric: not a selectable folder]
When I try to do anything (i.e move up or down with arrow, hit I
for mail), I get another error:
...
|
2007/1/31-2/3 [Computer/SW/SpamAssassin] UID:45630 Activity:kinda low | 1/31 Can you give us any pointer for setting up spamassassin on csua under
the new mail system? TIA.
\_ What I did is create a .procmailrc file in your homedir with the following
content:
\_ What I did is create a .procmailrc file in your homedir with the
following content:
...
|
2007/1/28-2/1 [Computer/SW/Security, Computer/SW/Unix] UID:45607 Activity:moderate | 1/28 Where does inbound mail get spooled now? I had no problem moving
my old spool to /var/mail/$USER, but where is the new mail
spooling? (Yes, I read soda-changes.) Nothing is ending up in
/var/mail/$USER/new. Should it be?
\_ Do you have .procmailrc setup? If so, I needed to add
an additional rule at the end (after setting up the
...
|
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil | 8/29 There was once a CSUA web page which runs an SSH client for logging
on to soda. Does that page still exist? Can someone remind me of the
URL please? Thx.
\_ what do you mean? instruction on how to ssh into soda?
\_ No I think he means the ssh applet, which, iirc, was an applet
that implemented an ssh v1 client. I think this page went away
...
|
2012/3/29-6/4 [Computer/HW/Memory, Computer/HW/CPU, Computer/HW/Drives] UID:54351 Activity:nil | 3/29 A friend wants a PC (no mac). She doesn't want Dell. Is there a
good place that can custom build for you (SSD, large RAM, cheap video
card--no game)?
\_ As a side note: back in my Cal days more than two decades ago when
having a 387SX made me the only person with floating-point hardware,
most machines were custom built.
...
|
2011/10/26-12/6 [Computer/SW/Unix] UID:54202 Activity:nil | 10/24 What's an easy way to see if say column 3 of a file matches a list of
expressions in a file? Basically I want to combine "grep -f <file>"
to store the patterns and awk's $3 ~ /(AAA|BBB|CCC)/ ... I realize
I can do this with "egrep -f " and use regexp instead of strings, but
was wondering if there was some magic way to do this.
\_ UNIX has no magic. Make a shell script to produce the ask or egrep
...
|
2010/3/10-30 [Computer/SW/Mail] UID:53751 Activity:nil | 3/10 What email program do people in Cal CS use nowadays? In my school days
people used /usr/bin/mail, then RMail in emacs, then VMail in emacs.
After my days people used Elm, Pine, Mutt (I forgot which order). In
my first two jobs we could tell the seniority of fellow engineers based
on which email program they use at work, because everyone used what
they used to use in their school years. In my last two jobs though,
...
|
2009/11/13-30 [Computer/SW/Unix] UID:53523 Activity:nil | 11/12 How does one find out if a system has rootkit installed?
\_ Unix or m$?
\_ Unix. On M$ I always assume it's compromised.
\_ Install Tripwire before you plug your server into The Net?
The only other answer I can think of is to reinstall the
OS from scratch on another server and do an md checksum
...
|
2009/7/24-29 [Computer/SW/Editors/Vi] UID:53195 Activity:low | 7/24 Is dos2unix available somewhere? Someone added all those Ctrl-M's to
motd.public.
\_ %s/^V^M//g in vim. What has your editor done for you today?
\_ that works great in vi actually... in vim :set filetype=unix
...
|
|