Newbie BFAV question

Steven Swerling sswerling at yahoo.com
Sun Apr 4 20:27:47 UTC 2004


I got this walkback when trying to close set of fixes that were 
superceded by another set of fixes. The response message is '554 
<squeak-harvest at lists.squeakfoundation.org>: Recipient address rejected: 
Relay access denied'.

I'm using the reply-to email address that I normally use when posting to 
the squeak list, and my standard smtp. I had marked the harvesting 
status as closed, and checked BFAV Server for the 'To:' field. I did not 
check any of the Review Steps items.

Any idea what I'm doing wrong?
-------------- next part --------------
TelnetProtocolError: 554 <squeak-dev at lists.squeakfoundation.org>: Recipient address rejected: Relay access denied
4 April 2004 4:25:10 pm

VM: Win32 - a SmalltalkImage
Image: Squeak3.7beta [latest update: #5868]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir D:\mywindesk\squeak\3.7
Trusted Dir D:\mywindesk\squeak\3.7\Steven Swerling
Untrusted Dir C:\My Squeak\Steven Swerling

[] in SMTPClient(ProtocolClient)>>checkResponse {[:response | (TelnetProtocolError protocolInstance: self) signal]}
	Arguments and temporary variables: 
		response: 	'554 <squeak-dev at lists.squeakfoundation.org>: Recipient address rejec...etc...

SMTPClient(ProtocolClient)>>checkResponse:onError:onWarning:
	Receiver: a SMTPClient
	Arguments and temporary variables: 
		aResponse: 	'554 <squeak-dev at lists.squeakfoundation.org>: Recipient address reje...etc...
		errorBlock: 	[] in SMTPClient(ProtocolClient)>>checkResponse {[:response | (TelnetProtocolError protocolInstance: self) signal]}...etc...
		warningBlock: 	[] in SMTPClient(ProtocolClient)>>checkResponse {[:response | (TelnetProtocolError protocolInstance: self) signal]}...etc...
	Receiver's instance variables: 
		stream: 	<<error during printing>>

SMTPClient(ProtocolClient)>>checkResponseOnError:onWarning:
	Receiver: a SMTPClient
	Arguments and temporary variables: 
		errorBlock: 	[] in SMTPClient(ProtocolClient)>>checkResponse {[:response | (TelnetProtocolError protocolInstance: self) signal]}...etc...
		warningBlock: 	[] in SMTPClient(ProtocolClient)>>checkResponse {[:response | (TelnetProtocolError protocolInstance: self) signal]}...etc...
	Receiver's instance variables: 
		stream: 	<<error during printing>>

SMTPClient(ProtocolClient)>>checkResponse
	Receiver: a SMTPClient
	Arguments and temporary variables: 
		response: 	'554 <squeak-dev at lists.squeakfoundation.org>: Recipient address rejec...etc...
	Receiver's instance variables: 
		stream: 	<<error during printing>>


--- The full stack ---
[] in SMTPClient(ProtocolClient)>>checkResponse {[:response | (TelnetProtocolError protocolInstance: self) signal]}
SMTPClient(ProtocolClient)>>checkResponse:onError:onWarning:
SMTPClient(ProtocolClient)>>checkResponseOnError:onWarning:
SMTPClient(ProtocolClient)>>checkResponse
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SMTPClient>>recipient:
[] in SMTPClient>>mailFrom:to:text: {[:recipient | self recipient: recipient]}
OrderedCollection>>do:
SMTPClient>>mailFrom:to:text:
[] in SMTPClient class>>deliverMailFrom:to:text:usingServer: {[smtpClient   mailFrom: fromAddress   to: recipientList   text: messageText....]}
BlockContext>>ensure:
SMTPClient class>>deliverMailFrom:to:text:usingServer:
MailMessage>>send
DecentReviewerNotePad>>send
PluggableButtonMorph>>performAction
[] in PluggableButtonMorph>>mouseUp: {[:m | (m containsPoint: evt cursorPoint)   ifTrue: [m performAction]]}
Array(SequenceableCollection)>>do:
PluggableButtonMorph>>mouseUp:
PluggableButtonMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
PluggableButtonMorph(Morph)>>handleEvent:
PluggableButtonMorph(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear: {[ActiveHand := self.  ActiveEvent := anEvent.  result := focusHolder     han...]}
[] in PasteUpMorph>>becomeActiveDuring: {[aBlock value]}
BlockContext>>on:do:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h processEvents.  capturingGesture := capturingGest...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor terminateActive]}


More information about the Squeak-dev mailing list