Re: simple question. I want to bounce mail coming from a specif
With bouncesaying, you do send back a real bounce, and you specify the text of the bounce anyway you want. Like | bouncesaying "$RECIPIENT does not exist on this server" [ "$SENDER" = "[EMAIL PROTECTED]" |] Mate
RE: simple question. I want to bounce mail coming from a specif
Jeremy Hansen wrote/schrieb/scribsit: > but what if I want to dup the behavior of a real bounce. Make it look > as if my address is unreachable and no longer exists. qmail-local does: "strerr_die1x(100,"Sorry, no mailbox here by that name. (#5.1.1)");", which equals | bouncesaying "Sorry, no mailbox here by that name. (#5.1.1)" No difference. :-) Stefan
RE: simple question. I want to bounce mail coming from a specif
Forget me :-) I'm stupid. I totally missed the point of badmailfrom. Thanks -jeremy > Or try putting their email address in control/badmailfrom. > > > On Thu, 31 Dec 1998, Stefan Paletta wrote: > > > Date: Thu, 31 Dec 1998 01:42:46 +0100 (MEZ) > > From: Stefan Paletta <[EMAIL PROTECTED]> > > To: Qmail mailing list <[EMAIL PROTECTED]> > > Subject: RE: simple question. I want to bounce mail coming from a specif > > > > > > Jeremy Hansen wrote/schrieb/scribsit: > > > > > I want to bounce mail coming from a specific email. > > > > See "man qmail-smtpd" for badmailfrom, or tune your .qmail to say: > > | if [ "$SENDER" = "badguy" ] ; then bouncesaying 'Go away!' ; else exit > > 0 ; fi > > > > Stefan > > > > > > http://www.xxedgexx.com | [EMAIL PROTECTED] | pgp available from: | http://www.xxedgexx.com/pgp.html
RE: simple question. I want to bounce mail coming from a specif
Or try putting their email address in control/badmailfrom. Date: Thu, 31 Dec 1998 01:42:46 +0100 (MEZ) > From: Stefan Paletta <[EMAIL PROTECTED]> > To: Qmail mailing list <[EMAIL PROTECTED]> > Subject: RE: simple question. I want to bounce mail coming from a specif > > > Jeremy Hansen wrote/schrieb/scribsit: > > > I want to bounce mail coming from a specific email. > > See "man qmail-smtpd" for badmailfrom, or tune your .qmail to say: > | if [ "$SENDER" = "badguy" ] ; then bouncesaying 'Go away!' ; else exit > 0 ; fi > > Stefan > >
RE: simple question. I want to bounce mail coming from a specif
Ok, I understand this, I've seen these posts before about bouncesaying, but what if I want to dup the behavior of a real bounce. Make it look as if my address is unreachable and no longer exists. Thanks! -jeremy > > Jeremy Hansen wrote/schrieb/scribsit: > > > I want to bounce mail coming from a specific email. > > See "man qmail-smtpd" for badmailfrom, or tune your .qmail to say: > | if [ "$SENDER" = "badguy" ] ; then bouncesaying 'Go away!' ; else exit > 0 ; fi > > Stefan > http://www.xxedgexx.com | [EMAIL PROTECTED] | pgp available from: | http://www.xxedgexx.com/pgp.html
RE: simple question. I want to bounce mail coming from a specif
Jeremy Hansen wrote/schrieb/scribsit: > I want to bounce mail coming from a specific email. See "man qmail-smtpd" for badmailfrom, or tune your .qmail to say: | if [ "$SENDER" = "badguy" ] ; then bouncesaying 'Go away!' ; else exit 0 ; fi Stefan