Berkeley CSUA MOTD:Entry 25358
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

2002/7/14-16 [Computer/SW/SpamAssassin] UID:25358 Activity:moderate
7/14    I read email using mutt over IMAP. I want to set up something
        (fetchmail?) that will periodically download email, scan for
        important emails (e.g. sender is Joe) and email them to my
        cell phone email addr. But that's it. I don't want fetchmail
        to deliver emails or in any way modify my IMAP spool. How do
        I do this?
        \_ Copy your mailspool on the mailhost, then have fetchmail download
           it occasionally.  Then do with it what you need to (filter,
           forward, whatever.) -John
        \_ If filtering with procmail is allowed on that server, I'd take
           that route. Otherwide, I see no easy way of doing it (in case
           if marking messages as "read" on the server without deleting them
           qualifies as mail spool modification)
           \_ If you can forward mail from the IMAP account, perhaps you
              have access to a unix machine that you can run procmail on.
              Actually, there's even procmail for cygwin.
        \_ I tried this with my email-pager. Just to forward *portions* of
           important emails (from specific folks). Ooops, underestimated the
           amount of email I get and they charged me $3100 one month
           (10 cents per character after my monthly limit).
           \_ You didn't actually pay that bill did you?  When a previous
              company started sending out email pages to system staff we
              racked up a $34k bill one bad month.  The VP told them to go
              fuck themselves.  We changed pager companies, end of story.
2025/04/04 [General] UID:1000 Activity:popular
4/4     

You may also be interested in these entries...
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/4/2-3 [Politics/Domestic/RepublicanMedia, Computer/SW/SpamAssassin] UID:46179 Activity:low
4/2     http://www.humanevents.com/offers/offer.php?id=ANN104
        Sign up to get Ann Coulter's Weekly Column FREE!
        (great if you need to spam someone you hate)
        \_ Why don't you just forward your regular dose of spam to them via
           procmail or something?
	...
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
	...