Berkeley CSUA MOTD:Entry 42891
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/16 [General] UID:1000 Activity:popular
7/16    

2006/5/2-4 [Computer/SW/SpamAssassin] UID:42891 Activity:nil
5/2     How would I setup soda to send a bounce message to anybody mailing
        me here saying "This email address is retired/ignored due to spam"?
        \_ I have set it up on soda before, but now totally forgot the steps
           I think it was done with procmail
           \_ I think the usual way to do this is to use /usr/bin/vacation
              to send a reply to anyone who emails you, and to use procmail
              to delete incoming email. (Depending on soda's mail config, you
              may need to use procmail to run vacation anyway.) -gm
              \_ This definitely used to be the standard way.  If you do this
                 now, though, whenever someone sends spam to your account with
                 a From address of some innocent third party, you'll end up
                 sending your replies to them.  A better way is to have root
                 put an entry for your account in /etc/mail/access, with a
                 custom bounce message -- this way, instead of accepting the
                 mail, saving it to disk, and then trying to figure out who to
                 send a reply to, we reject the mail (with your custom message)
                 during the SMTP exchange.  This also reduces the load on soda,
                 because it means we don't have to process all your incoming
                 spam or your auto-replies to it.  Mail root and we can set
                 this up for you.  --mconst
                 \_ can you leave a pointer to a sample of this?
                    \_ Do you mean a sample of what the bounce message will
                       look like?  It's generated by the *sender's* system,
                       not soda, so it'll look a little different for everyone.
                       I've put an example in /csua/tmp/bounce-sample, showing
                       what it looks like from the OCF; you can try sending
                       mail to kislyuk@soda (or any other disabled account) to
                       see what it looks like from other systems.  You get to
                       customize the part where it says "Account disabled until
                       you fix your mail loop".  --mconst
                       \_ I meant an example of the implemetnation.
                          \_ Oh, sorry -- I just noticed /etc/mail/access
                             wasn't world-readable.  I've fixed it.  Anyway,
                             all you need is a line like this:
                               To:user@  This account is disabled.
                             Make sure you have FEATURE(`blacklist_recipients')
                             in /etc/mail/sendmail.mc.  --mconst
2025/07/16 [General] UID:1000 Activity:popular
7/16    

You may also be interested in these entries...
2012/8/16-10/17 [Computer/SW/SpamAssassin] UID:54458 Activity:nil
8/16    Why does my Y! mail account always full of unfiltered spam
        mails (and they're obviously spams)? Why can't they do
        a better job like Google mail? Why does Y! mail charge
        for exporting email? Google mail doesn't do that.
	...
2010/8/13-9/7 [Computer/SW/SpamAssassin] UID:53924 Activity:nil
8/12    Ugg, no spamd any longer?  I figured I'd have to just give up on my
        soda address (sad, very sad) but Vacation doesn't seem to be installed
        either, so I can't even leave a mesg. to people telling them where
        tom mail me now.  Or can I ?  Any advice out there.  Or can we get
        spamassassin/spamd reinstalled or Vacation or... help....
        \_ Ha, gmail as spamassassin.  presently I am forwarding to gmail
	...
2009/12/8-26 [Politics/Domestic/Crime, Computer/SW/SpamAssassin] UID:53580 Activity:low
12/8    Old news, but new to me:
        Spam King kills himself and his family after escaping prison
        http://blogs.zdnet.com/security/?p=1553&tag=rbxccnbzd1
        Hopefully more spammers will take the hint.
        \_ I wish the same fate can go to all marketing and
           advertising folks, selling people things they don't
	...
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/7/17-24 [Computer/SW/SpamAssassin] UID:53157 Activity:nil
7/17    Thanks to steven, et al. for restoring Soda. In lieu of www.csua providing
        status, could there be a text file with current status and future plans.
        I'm wondering if SpamAssassin is obsolete (and my procmailrc and scripts)
        and won't be restored, and what's filtering spam now.  thanks!
        \_ How do I buy steven a beer or donate gobs of money?
           \_ I got him a Hacker-Pschorr, he seems to like ales.  Prob IPAs
	...
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
	...